Codota Code Suggestions Firefox

Examine source code of Codota Code Suggestions

Inspect and view changes in Codota Code Suggestions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Codota Code Suggestions",
  "version": "1.0",
  "description": "Get smart code suggestions from Codota directly in your browser.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Codota Suggestions"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{38c791c6-49f0-4a8f-b2ab-c02b2a9f1eed}"
    }
  }
}

Meilleures alternatives Codota Code Suggestions

Voici quelques Firefox add-ons qui sont similaires à Codota Code Suggestions :