Web editor

Edit any webpage by just double clicking on it

什么是Web editor?

Web editor是由breaking the barrier开发的Chrome扩展程序,该扩展的主要功能是“Edit any webpage by just double clicking on it”。

扩展截图

screenshot

下载Web editor扩展crx文件

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

扩展使用说明

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

扩展基本信息

名称 Web editor Web editor
ID fjciadjagdaelaoihchgdbomeppbmeah
官方URL https://chrome.google.com/webstore/detail/web-editor/fjciadjagdaelaoihchgdbomeppbmeah
简介 Edit any webpage by just double clicking on it
文件大小 35.02 KB
安装次数 445
当前版本 1.0
更新时间 2015-07-01
上架时间 2015-07-01
评分 3.17/5 共6次评分
开发者 breaking the barrier
付费类型 free
支持的语言 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",
        ""
    ]
}