ReadingViewSwitch

ReadingViewSwitch

Sometimes,Microsoft Edge browser Reading View not available for page ,Use this extension to solve the problem!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "ReadingViewSwitch",
  "description": "Sometimes,Microsoft Edge browser Reading View not available for page ,Use this extension to solve the problem!",
  "version": "1.8",
  "background": {
    "scripts": [
      "background.js"
    ],
    "matches": [
      "http://*/*",
      "https://*/*"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "browser_action": {
    "name": "ReadingViewSwitch",
    "default_icon": "icon1.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}