Edit Any Page

Edit text of any webpage

What is Edit Any Page?

Edit Any Page is a Chrome extension developed by https://editanypage.com, and its main feature is "Edit text of any webpage".

Extension Screenshots

screenshot

Download Edit Any Page Extension CRX File

Download Edit Any Page 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

                        Edit copy of any webpage on your browser. 
A simple click on the extension will enable you to edit any copy on any webpage. 
You can always reload the page to go back to its original state.                    

Extension Basic Information

Name Edit Any Page Edit Any Page
ID ilbaaahcbkgcdjnigmmmlmoaodhmmcof
Official URL https://chromewebstore.google.com/detail/edit-any-page/ilbaaahcbkgcdjnigmmmlmoaodhmmcof
Description Edit text of any webpage
File Size 28.55 KB
Installation Count 48
Current Version 4.0
Last Updated 2023-03-31
Publish Date 2022-12-06
Developer https://editanypage.com
Email [email protected]
Payment Type free
Extension Website https://www.editanypage.com/
Help Page URL https://www.editanypage.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Edit Any Page",
    "version": "4.0",
    "description": "Edit text of any webpage",
    "permissions": [
        "activeTab",
        "tabs",
        "scripting"
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon.png"
    }
}