Learnox — highlight and save words to your diction Firefox

Examine source code of Learnox — highlight and save words to your diction

提供元: Aleksei Voronin Add-on
Inspect and view changes in Learnox — highlight and save words to your diction source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.1.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "contextMenus",
    "https://platform.learnox.app/*",
    "https://api.learnox.app/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "learnox@learnox.app",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "websiteContent"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Learnox",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    },
    {
      "matches": [
        "https://platform.learnox.app/*"
      ],
      "js": [
        "content-scripts/pairing.js"
      ]
    }
  ]
}

ベストのLearnox — highlight and save words to your diction代替案

Learnox — highlight and save words to your dictionに類似したFirefox add-onをいくつか紹介します: