Edit Webpage

Edit any webpage and make websites editable

什么是Edit Webpage?

Edit Webpage是由centpage.com开发的Chrome扩展程序,该扩展的主要功能是“Edit any webpage and make websites editable”。

扩展截图

screenshot

下载Edit Webpage扩展crx文件

下载Edit Webpage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Edit Webpage Edit Webpage
ID dcemlmncjcljhjfbijimcamijgfdgieb
官方URL https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb
简介 Edit any webpage and make websites editable
文件大小 12.55 KB
安装次数 4,799
当前版本 1.1
更新时间 2019-10-03
上架时间 2019-10-03
评分 4.20/5 共10次评分
开发者 centpage.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ritwick.com
隐私政策页面URL http://centpage.com/privacy-policy.php
支持的语言 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
}