Page Text Editor

Page Text Editor

An editor to edit any webpage inline and live. Reload page to remove changes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Page Text Editor",
  "version": "2.0.0",
  "description": "An editor to edit any webpage inline and live. Reload page to remove changes.",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "contextMenus"
  ],
  "icons": {
    "128": "icon128.png"
  },
  "action": {
    "default_icon": "icon128.png"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "manifest_version": 3
}