Page Text Editor

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

What is Page Text Editor?

Page Text Editor is a Chrome extension developed by Brandon Fowler, and its main feature is "An editor to edit any webpage inline and live. Reload page to remove changes.".

Extension Screenshots

screenshot

Download Page Text Editor Extension CRX File

Download Page Text Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.                    

Extension Basic Information

Name Page Text Editor Page Text Editor
ID icjgbammanlfboaodlfeomfpdgndalpa
Official URL https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa
Description An editor to edit any webpage inline and live. Reload page to remove changes.
File Size 6.19 KB
Installation Count 1,347
Current Version 2.0.0
Last Updated 2023-01-03
Publish Date 2019-06-16
Rating 5.00/5 Total 2 Ratings
Developer Brandon Fowler
Email [email protected]
Payment Type free
Supported Languages en
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
}