EditAnyThing

EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable

什么是EditAnyThing?

EditAnyThing是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable”。

扩展截图

screenshot

下载EditAnyThing扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 EditAnyThing EditAnyThing
ID onbgaocmkdakpaonpghmkkfcmpakfloi
官方URL https://chromewebstore.google.com/detail/editanything/onbgaocmkdakpaonpghmkkfcmpakfloi
简介 EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable
文件大小 126 KB
安装次数 93
当前版本 0.1.2
更新时间 2016-09-29
上架时间 2016-09-29
开发者 Unknown
付费类型 free
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "medium-editor.css",
                "beagle.css"
            ],
            "js": [
                "medium-editor.js",
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "__MSG_extDescription__",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "ja",
    "version": "0.1.2",
    "manifest_version": 2
}