ChontentEditable
ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
什么是ChontentEditable?
ChontentEditable是由shoito开发的Chrome扩展程序,该扩展的主要功能是“ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…”。
扩展截图
下载ChontentEditable扩展crx文件
下载ChontentEditable扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables freely. Please push a button and change contents in a page freely. Have fun!
扩展基本信息
名称 | |
ID | amnpphhcbandchhkmgloehggicoedcpl |
官方URL | https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl |
简介 | ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables… |
文件大小 | 58.71 KB |
安装次数 | 96 |
当前版本 | 0.1.2 |
更新时间 | 2014-11-18 |
上架时间 | 2014-11-18 |
评分 | 5.00/5 共2次评分 |
开发者 | shoito |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "images\/icon48.png", "default_title": "__MSG_extName__" }, "background": { "scripts": [ "background.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 } |