Go DeepWiki Firefox

Examine source code of Go DeepWiki

By: 诺墨
Inspect and view changes in Go DeepWiki source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Go DeepWiki",
  "description": "Quick access to DeepWiki from GitHub repositories",
  "version": "1.0.0",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "notifications",
    "*://github.com/*",
    "*://deepwiki.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    },
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "content-scripts/github.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {},
    "default_title": "View on DeepWiki"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cee31908-c890-411f-b4c6-511933e78b8f}"
    }
  }
}

Best Go DeepWiki Alternatives

Here are some Firefox add-ons that are similar to Go DeepWiki: