Lexigo - Instant Dictionary Firefox

Examine source code of Lexigo - Instant Dictionary

제작자: Jort
Inspect and view changes in Lexigo - Instant Dictionary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "lexigo@jortvanleenen",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "author": "Jort van Leenen",
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_scripts/lexigo.js"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "An instantly accessible dictionary right in your browser.",
  "homepage_url": "https://github.com/jortvanleenen/lexigo",
  "icons": {
    "16": "icons/lexigo-16.png",
    "32": "icons/lexigo-32.png",
    "48": "icons/lexigo-48.png",
    "64": "icons/lexigo-64.png",
    "128": "icons/lexigo-128.png"
  },
  "manifest_version": 3,
  "name": "Lexigo",
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "storage"
  ],
  "version": "1.0.0"
}

최고의 Lexigo - Instant Dictionary 대안

다음은 Lexigo - Instant Dictionary과(와) 유사한 Firefox add-on입니다: