Wikability
Aims
Wikability is an extension for the Google Chrome browser that enables the user to display readability information on english Wikipedia pages. It allows to adjust the influence of parameters and aims for a smooth user experience and being a useful tool for reviewing articles.
Interface & Usage
To install the plugin, simply install plugin/wikability.crx in your Chrome browser.
When browsing an english wikipedia article, the Wikability icon will become visible in Chrome's adress bar. Clicking on it reveals the user interface:
As the annotation score is based on different sentence features, one might want to change the influence of each feature. This can be achieved by adjusting the different sliders (they will align themselves to guarantee a combined influence of 100%).
The features are:
Note: The comparative values for these features were found by experimenting and can not be change at the moment.
Code & Documentation
The source code can be found plugin/code. The plugin consists of four main parts: The manifest.js which glues all components together and describes the extension, popup.html and popup.js are the core component of the UI that pops up when clicking on the extension's icon, background.js creates the trigger that determines on which pages the extension icon is shown and content.css and content.jss do the main work and are injected into the Wikipedia page.
Documentation for the JavaScript code used can be viewed in plugin/docu/index.html.