Contextual Examples Firefox

Examine source code of Contextual Examples

제작자: dabetvet
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}"
    }
  }
}

최고의 Contextual Examples 대안

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