Web editor

Edit any webpage by just double clicking on it

What is Web editor?

Web editor is a Chrome extension developed by breaking the barrier, and its main feature is "Edit any webpage by just double clicking on it".

Extension Screenshots

screenshot

Download Web editor Extension CRX File

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

                        Write any thing on any web page by just double click on it. Install this extension any modify any webpage in chrome....:)                    

Extension Basic Information

Name Web editor Web editor
ID fjciadjagdaelaoihchgdbomeppbmeah
Official URL https://chrome.google.com/webstore/detail/web-editor/fjciadjagdaelaoihchgdbomeppbmeah
Description Edit any webpage by just double clicking on it
File Size 35.02 KB
Installation Count 445
Current Version 1.0
Last Updated 2015-07-01
Publish Date 2015-07-01
Rating 3.17/5 Total 6 Ratings
Developer breaking the barrier
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web editor",
    "description": "Edit any webpage by just double clicking on it",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}