Text Highlighter Firefox

Examine source code of Text Highlighter

Inspect and view changes in Text Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Highlighter",
  "version": "1.0",
  "description": "Đánh dấu văn bản trên trang web và lưu lại để tham khảo sau.",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a6ea7de2-4d2f-4eee-865c-439c9c2b35a6}"
    }
  }
}

Best Text Highlighter Alternatives

Here are some Firefox add-ons that are similar to Text Highlighter: