Textise Firefox

Examine source code of Textise

By: textise
Inspect and view changes in Textise source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Textise",
  "version": "1.0.0",
  "description": "Convert any web page into a clean, text-only version for distraction-free reading.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Textise",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/textise.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "content_styles/textise.css"
  ],
  "applications": {
    "gecko": {
      "id": "textise@example.com",
      "strict_min_version": "60.0"
    }
  }
}

Best Textise Alternatives

Here are some Firefox add-ons that are similar to Textise: