EditAnyThing

EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable

What is EditAnyThing?

EditAnyThing is a Chrome extension developed by Unknown, and its main feature is "EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable".

Extension Screenshots

screenshot

Download EditAnyThing Extension CRX File

Download EditAnyThing 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 Basic Information

Name EditAnyThing EditAnyThing
ID onbgaocmkdakpaonpghmkkfcmpakfloi
Official URL https://chromewebstore.google.com/detail/editanything/onbgaocmkdakpaonpghmkkfcmpakfloi
Description EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable
File Size 126 KB
Installation Count 93
Current Version 0.1.2
Last Updated 2016-09-29
Publish Date 2016-09-29
Developer Unknown
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "medium-editor.css",
                "beagle.css"
            ],
            "js": [
                "medium-editor.js",
                "contentScript.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
}