ReadLength Firefox

Examine source code of ReadLength

提供元: Goofyeet
Inspect and view changes in ReadLength source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ReadLength",
  "version": "1.0.1",
  "description": "Adds a browser action icon to the toolbar. Click the button to check how long to read the article",
  "icons": {
    "32": "icons/favicon-32x32.png",
    "48": "icons/favicon-48x48.png",
    "96": "icons/favicon-96x96.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{82f5de64-f6f1-4b8e-ab65-151db040732c}"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_action": {
    "default_icon": "icons/favicon-48x48.png",
    "default_title": "Read Length",
    "default_popup": "popup/popup.html"
  }
}

ベストのReadLength代替案

ReadLengthに類似したFirefox add-onをいくつか紹介します: