ContentEditable
Makes any page editable
什么是ContentEditable?
ContentEditable是由pepelsbey开发的Chrome扩展程序,该扩展的主要功能是“Makes any page editable”。
扩展截图
下载ContentEditable扩展crx文件
下载ContentEditable扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension that makes pages editable by adding contenteditable attribute to the . Press icon to start editing, press it again when you’re done. Once page is reloaded changes you’ve made are gone.
扩展基本信息
名称 | |
ID | jphnpoochmeokkboopijkcncghifidhm |
官方URL | https://chrome.google.com/webstore/detail/contenteditable/jphnpoochmeokkboopijkcncghifidhm |
简介 | Makes any page editable |
文件大小 | 4.65 KB |
安装次数 | 615 |
当前版本 | 1.1.0 |
更新时间 | 2023-04-13 |
上架时间 | 2016-06-07 |
评分 | 5.00/5 共6次评分 |
开发者 | pepelsbey |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/pepelsbey/contenteditable |
帮助页面URL | https://github.com/pepelsbey/contenteditable/issues |
支持的语言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_desc__", "version": "1.1.0", "homepage_url": "https:\/\/github.com\/pepelsbey\/contenteditable", "default_locale": "en", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "page_action": { "default_icon": { "19": "images\/button-19.png", "38": "images\/button-38.png" }, "default_title": "__MSG_enable__" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |