Make It Editable
Make any web pages editable.
What is Make It Editable?
Make It Editable is a Chrome extension developed by Shogo Sensui, and its main feature is "Make any web pages editable.".
Download Make It Editable Extension CRX File
Download Make It Editable 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
This extension allows you to edit any web pages after clicking extension's icon. Changes you made are always temporary, but may helps occasionally.
Extension Basic Information
Name | |
ID | oiafhlafheonogkmmdlgdlfhjjihjjeh |
Official URL | https://chrome.google.com/webstore/detail/make-it-editable/oiafhlafheonogkmmdlgdlfhjjihjjeh |
Description | Make any web pages editable. |
File Size | 4.1 KB |
Installation Count | 95 |
Current Version | 1.0.1 |
Last Updated | 2015-11-02 |
Publish Date | 2015-11-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Shogo Sensui |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Make It Editable", "version": "1.0.1", "description": "Make any web pages editable.", "permissions": [ "*:\/\/*\/*", "background" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "38": "icon.png" } }, "manifest_version": 2 } |