EditAnyThing

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

Wat is EditAnyThing?

EditAnyThing is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EditAnyThing

Download EditAnyThing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam EditAnyThing EditAnyThing
ID onbgaocmkdakpaonpghmkkfcmpakfloi
Officiële URL https://chromewebstore.google.com/detail/editanything/onbgaocmkdakpaonpghmkkfcmpakfloi
Beschrijving EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable
Bestandsgrootte 126 KB
Aantal Installaties 93
Huidige Versie 0.1.2
Laatst Bijgewerkt 2016-09-29
Publicatiedatum 2016-09-29
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}