Code Expert Master Firefox

Examine source code of Code Expert Master

Por: micha4w
Inspect and view changes in Code Expert Master source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "background": {
    "scripts": [
      "src/js/background/main.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "64": "icons/cxm-icon-64.png",
      "128": "icons/cxm-icon-128.png",
      "512": "icons/cxm-icon-512.png"
    },
    "default_popup": "src/ui/popup/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cx-master@micha4w.ch"
    }
  },
  "permissions": [
    "nativeMessaging",
    "storage"
  ],
  "author": "micha4w",
  "description": "A helper Addon to improve the Code-Expert experience",
  "name": "Code-Expert Master",
  "version": "1.2.7",
  "content_scripts": [
    {
      "js": [
        "src/js/content/main.js"
      ],
      "matches": [
        "https://expert.ethz.ch/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "64": "icons/cxm-icon-64.png",
    "128": "icons/cxm-icon-128.png",
    "512": "icons/cxm-icon-512.png"
  }
}

Melhores alternativas Code Expert Master

Aqui estão algumas Firefox add-ons que são similares a Code Expert Master: