TextAid Firefox

Examine source code of TextAid

提供元: Ahmed
Inspect and view changes in TextAid source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TextAid",
  "version": "1.0",
  "description": "Helps users with visual impairments by providing font size control, font family switching, and theme toggling.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "TextAid"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/content.js"
      ],
      "css": [
        "popup.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "dist/*.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{17baddad-f7ba-4b7d-9f0e-909a5bd5cc24}"
    }
  }
}

ベストのTextAid代替案

TextAidに類似したFirefox add-onをいくつか紹介します: