Edit Webpage

Edit any webpage and make websites editable

What is Edit Webpage?

Edit Webpage is a Chrome extension developed by centpage.com, and its main feature is "Edit any webpage and make websites editable".

Extension Screenshots

screenshot

Download Edit Webpage Extension CRX File

Download Edit Webpage 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 any webpage with this one-click extension.
Just click the icon on any website to start editing the contents on the website.

Can also be a cool way to trick your friends into making them believe that you've hacked the website. The changes are visible is until the page is reloaded again.                    

Extension Basic Information

Name Edit Webpage Edit Webpage
ID dcemlmncjcljhjfbijimcamijgfdgieb
Official URL https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb
Description Edit any webpage and make websites editable
File Size 12.55 KB
Installation Count 4,799
Current Version 1.1
Last Updated 2019-10-03
Publish Date 2019-10-03
Rating 4.20/5 Total 10 Ratings
Developer centpage.com
Email [email protected]
Payment Type free
Extension Website https://ritwick.com
Privacy Policy Page URL http://centpage.com/privacy-policy.php
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Edit Webpage"
    },
    "name": "Edit Webpage",
    "description": "Edit any webpage and make websites editable",
    "homepage_url": "https:\/\/ritwick.com\/#\/tools",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "version": "1.1",
    "manifest_version": 2
}