ContentEditable
Makes any page editable
What is ContentEditable?
ContentEditable is a Chrome extension developed by pepelsbey, and its main feature is "Makes any page editable".
Extension Screenshots
Download ContentEditable Extension CRX File
Download ContentEditable extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jphnpoochmeokkboopijkcncghifidhm |
Official URL | https://chrome.google.com/webstore/detail/contenteditable/jphnpoochmeokkboopijkcncghifidhm |
Description | Makes any page editable |
File Size | 4.65 KB |
Installation Count | 615 |
Current Version | 1.1.0 |
Last Updated | 2023-04-13 |
Publish Date | 2016-06-07 |
Rating | 5.00/5 Total 6 Ratings |
Developer | pepelsbey |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/pepelsbey/contenteditable |
Help Page URL | https://github.com/pepelsbey/contenteditable/issues |
Supported Languages | 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 } } |