DTEX tools Firefox

Examine source code of DTEX tools

By: duri93
Inspect and view changes in DTEX tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DTEX tools",
  "short_name": "DTEX tools",
  "version": "0.0.2",
  "description": "Quick tools for better managing overleaf projects.",
  "author": "duri93",
  "browser_specific_settings": {
    "gecko": {
      "id": "DTEXtools@duri.tk",
      "strict_min_version": "53.0"
    }
  },
  "icons": {
    "16": "icons/dtex16.png",
    "32": "icons/dtex32.png",
    "48": "icons/dtex48.png",
    "128": "icons/dtex128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.overleaf.com/project/*"
      ],
      "css": [
        "content/dtex.css"
      ],
      "js": [
        "content/TexParser.js",
        "content/ToolbarPanelButton.js",
        "content/TrackChanges.js",
        "content/OverleafInterface.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "icons/trackChanges.svg",
    "content/trackChanges.html"
  ],
  "permissions": [
    "storage",
    "clipboardRead"
  ]
}

Best DTEX tools Alternatives

Here are some Firefox add-ons that are similar to DTEX tools: