Edit

Edit any webpage locally.

What is Edit?

Edit is a Chrome extension developed by https://lethalware.co.uk, and its main feature is "Edit any webpage locally.".

Extension Screenshots

screenshot

Download Edit Extension CRX File

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

                        Simply press the button on the toolbar and your current webpage will become fully and simply editable as if your browser were a word processor. Pressing the button again will solidify the page.

Obviously, the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page.                    

Extension Basic Information

Name Edit Edit
ID egbeoffgmdepbefhbiilpkalgnfjbmjg
Official URL https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg
Description Edit any webpage locally.
File Size 3.63 KB
Installation Count 711
Current Version 1.0
Last Updated 2013-12-26
Publish Date 2013-12-26
Rating 4.38/5 Total 8 Ratings
Developer https://lethalware.co.uk
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit",
    "description": "Edit any webpage locally.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}