Contextual Examples Firefox

Examine source code of Contextual Examples

Inspect and view changes in Contextual Examples source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Contextual Examples",
  "version": "1.0",
  "description": "Hiển thị ví dụ theo ngữ cảnh từ tin tức, câu chuyện, và mạng xã hội khi bôi đen văn bản.",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon.png"
    },
    "default_title": "Contextual Examples"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cac3b13e-3771-4901-8bb6-454d6f86d164}"
    }
  }
}

Best Contextual Examples Alternatives

Here are some Firefox add-ons that are similar to Contextual Examples: