ChontentEditable
ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
What is ChontentEditable?
ChontentEditable is a Chrome extension developed by shoito, and its main feature is "ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…".
Extension Screenshots
Download ChontentEditable Extension CRX File
Download ChontentEditable 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
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!
Extension Basic Information
Name | |
ID | amnpphhcbandchhkmgloehggicoedcpl |
Official URL | https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl |
Description | ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables… |
File Size | 58.71 KB |
Installation Count | 96 |
Current Version | 0.1.2 |
Last Updated | 2014-11-18 |
Publish Date | 2014-11-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | shoito |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |