DictDojo Firefox

Examine source code of DictDojo

Inspect and view changes in DictDojo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DictDojo",
  "version": "0.1.0",
  "description": "Выделите английское слово на любой странице — мгновенный перевод и сохранение в личный словарь DictDojo.",
  "homepage_url": "https://dictdojo.ru",
  "author": "DictDojo",
  "browser_specific_settings": {
    "gecko": {
      "id": "dictdojo@gmail.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personallyIdentifyingInfo",
          "websiteContent"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "https://algostack.ru/*",
    "https://auth.dictdojo.ru/*",
    "https://dictdojo.ru/*"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "DictDojo",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  }
}

Best DictDojo Alternatives

Here are some Firefox add-ons that are similar to DictDojo: