Make It Editable

Make any web pages editable.

什么是Make It Editable?

Make It Editable是由Shogo Sensui开发的Chrome扩展程序,该扩展的主要功能是“Make any web pages editable.”。

下载Make It Editable扩展crx文件

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

扩展使用说明

                        This extension allows you to edit any web pages after clicking extension's icon. Changes you made are always temporary, but may helps occasionally.                    

扩展基本信息

名称 Make It Editable Make It Editable
ID oiafhlafheonogkmmdlgdlfhjjihjjeh
官方URL https://chrome.google.com/webstore/detail/make-it-editable/oiafhlafheonogkmmdlgdlfhjjihjjeh
简介 Make any web pages editable.
文件大小 4.1 KB
安装次数 95
当前版本 1.0.1
更新时间 2015-11-02
上架时间 2015-11-02
评分 5.00/5 共1次评分
开发者 Shogo Sensui
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make It Editable",
    "version": "1.0.1",
    "description": "Make any web pages editable.",
    "permissions": [
        "*:\/\/*\/*",
        "background"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "icon.png"
        }
    },
    "manifest_version": 2
}