Edit Anything

Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…

什么是Edit Anything?

Edit Anything是由Forrest Almasi开发的Chrome扩展程序,该扩展的主要功能是“Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…”。

扩展截图

screenshot
screenshot
screenshot

下载Edit Anything扩展crx文件

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

扩展使用说明

                        Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or off.

Edit Anything respects your privacy and does not record any of your data.                    

扩展基本信息

名称 Edit Anything Edit Anything
ID kgkhambjbahgejgoaefmekdchedkihln
官方URL https://chromewebstore.google.com/detail/edit-anything/kgkhambjbahgejgoaefmekdchedkihln
简介 Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…
文件大小 6.17 KB
安装次数 54,658
当前版本 0.2
更新时间 2016-10-03
上架时间 2016-10-03
评分 4.37/5 共49次评分
开发者 Forrest Almasi
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit Anything",
    "version": "0.2",
    "browser_action": {
        "default_icon": "pencil-64x64.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}