Define-It Firefox

Examine source code of Define-It

提供元: Rhenier Kloppers
Inspect and view changes in Define-It source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DefineIt",
  "short_name": "DefineIt",
  "version": "0.17",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./js/jquery.js",
        "./js/content.js",
        "./js/popup.js"
      ],
      "css": [
        "./css/styles.css",
        "./css/popup.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "./js/background.js"
    ]
  },
  "description": "Ever wondered what a word meant but was too lazy to look it up? No more! This extension makes it effortless to find its definition",
  "author": "Rhenier Kloppers",
  "browser_action": {
    "default_icon": "./icons/256.png",
    "default_title": "Live Alert",
    "default_popup": "./html/popup.html"
  },
  "web_accessible_resources": [
    "wordsarray.json",
    "html/spinner.html",
    "html/definitionPopup.html",
    "html/iconPopup.html",
    "icons/256.png"
  ],
  "permissions": [
    "file://*/*",
    "tabs",
    "activeTab",
    "https://od-api.oxforddictionaries.com/",
    "http://od-api.oxforddictionaries.com/",
    "storage"
  ]
}

ベストのDefine-It代替案

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