Kami for Document Firefox

Examine source code of Kami for Document

Inspect and view changes in Kami for Document source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Kami for Document Editing (unofficial)",
  "version": "1.0.0",
  "description": "A lightweight document editing helper — lets you edit HTML documents in-page and save simple annotations. NOT affiliated with any third-party product named Kami.",
  "icons": {},
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Open Kami Editor",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "editor.css"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "kami-for-docs@example",
      "strict_min_version": "60.0"
    }
  }
}

Best Kami for Document Alternatives

Here are some Firefox add-ons that are similar to Kami for Document: