RavenDB document links Firefox

Examine source code of RavenDB document links

Inspect and view changes in RavenDB document links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "RavenDB link extension",
  "version": "0.0.2",
  "description": "An extension to support other document IDs in RavenDB studio to be recognized as links",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/studio/index.html*",
        "https://*/studio/index.html*"
      ],
      "js": [
        "src/inject/underscore.js",
        "src/inject/inject.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0e75ccbe-26a6-4be0-b29f-2e315af44819}"
    }
  }
}

Best RavenDB document links Alternatives

Here are some Firefox add-ons that are similar to RavenDB document links: