Readability Score

Readability Score

Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Readability Score",
  "description": "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.",
  "version": "1.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}