Boustrophedon Reader Firefox

Examine source code of Boustrophedon Reader

제작자: 慧嘉
Inspect and view changes in Boustrophedon Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Boustrophedon Reader",
  "version": "1.0",
  "description": "Reads text in alternating directions to minimize eye movement.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Format Page"
  },
  "icons": {
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "boustrophedon-reader@extension.example.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 Boustrophedon Reader 대안

다음은 Boustrophedon Reader과(와) 유사한 Firefox add-on입니다: