Language Immersion Firefox

Examine source code of Language Immersion

제작자: 69vn
Inspect and view changes in Language Immersion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Language Immersion",
  "version": "1.0",
  "description": "Replaces some words on webpages with your target language vocabulary.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8e6907fc-f191-41e7-b2be-83471ccb5aec}"
    }
  }
}

최고의 Language Immersion 대안

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