Word Counter Firefox

Examine source code of Word Counter

제작자: Locklar Add-on
Inspect and view changes in Word Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Word Counter",
  "version": "1.0",
  "description": "Counts the number of words on the current web page.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Word Counter"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6839a2bf-180f-4b1c-a392-766dd6c8d5b3}"
    }
  }
}

최고의 Word Counter 대안

다음은 Word Counter과(와) 유사한 Firefox add-on입니다: