Word Counter Page

Word Counter Page

This extension counter words from current page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "pt_BR",
  "version": "1.1",
  "author": "Adriano Chambel M. de Lima <[email protected]>",
  "homepage_url": "https://github.com/achambel/word-counter-page",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_defaultTitle__"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}