Flashcard Dictionary Firefox

Examine source code of Flashcard Dictionary

Par : mattemyo
Inspect and view changes in Flashcard Dictionary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Flashcard Dictionary_",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "This extension was created with the awesome extensionizr.com",
  "homepage_url": "http://extensionizr.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/*"
      ],
      "css": [
        "src/inject/inject.css"
      ]
    },
    {
      "matches": [
        "https://www.google.com/*"
      ],
      "js": [
        "src/inject/inject.js"
      ]
    }
  ]
}

Meilleures alternatives Flashcard Dictionary

Voici quelques Firefox add-ons qui sont similaires à Flashcard Dictionary :