Developer Notes Firefox

Examine source code of Developer Notes

Inspect and view changes in Developer Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Developer Notes",
  "version": "1.0.4",
  "description": "See and post notes on developer documentation.",
  "short_name": "Dev Notes",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://docs.unity3d.com/*",
        "https://docs.unity.com/*",
        "https://docs-multiplayer.unity3d.com/*",
        "https://docs.unrealengine.com/*",
        "https://www.audiokinetic.com/*"
      ],
      "js": [
        "content/js/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "fchdfdnnpkphopmdaochdfnmcahndmnb@chrome-store-foxified-2658505970"
    }
  }
}

Best Developer Notes Alternatives

Here are some Firefox add-ons that are similar to Developer Notes: