Tachi Code Firefox

Examine source code of Tachi Code

Inspect and view changes in Tachi Code source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tachi Code",
  "description": "A simple editor for raw text files based on the Monaco editor",
  "version": "1.10.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "declarativeNetRequest",
    "clipboardWrite",
    "clipboardRead",
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/*",
        "chunks/*",
        "workers/*",
        "code.html"
      ]
    }
  ],
  "background": {
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fb419f35-08e9-4380-96e9-cddbeb401c41}"
    }
  }
}

Meilleures alternatives Tachi Code

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