ポップアップロングマン Firefox

Examine source code of ポップアップロングマン

Inspect and view changes in ポップアップロングマン source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ポップアップロングマン",
  "version": "0.1.0",

  "description": "オンの時に選択した英単語を別窓のロングマン英英辞典で検索します。",

//  "permissions": ["*://*/", "notifications", "sessions", "storage"], // 必要なパーミッション
  "permissions": [ "storage" ],

//  "content_security_policy": "script-src 'self' https://*.ldoceonline.com; object-src 'self'",

  "icons": {
    "48": "icons/icon-rwd-on.svg",
    "96": "icons/icon-rwd-on.svg"
  },

  "content_scripts": [
    {
      "matches": [ "<all_urls>" ],
      "js": [
        "content-script.js"
      ]
      //      ,
      //      "run_at": "document_start" // どのタイミングで動かすか
    }
  ],

  "background": {
    "scripts": [
      "Configs.js",
      "background.js"
    ]
  },

  "options_ui": {
    "page": "options.html", // 設定ページ
    "open_in_tab": false // タブで開く(true) かアドオンマネージャーに組み込む (false) か
  },

  "browser_action": {
    "default_icon": "icons/icon-rwd-on.svg",
    "default_title": "ポップアップロングマン"
//      ,
//    "browser_style": true
  }
}

Best ポップアップロングマン Alternatives

Here are some Firefox add-ons that are similar to ポップアップロングマン: