EditAnyThing

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

Cos'è EditAnyThing?

EditAnyThing è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione EditAnyThing

Scarica i file di estensione EditAnyThing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome EditAnyThing EditAnyThing
ID onbgaocmkdakpaonpghmkkfcmpakfloi
URL Ufficiale https://chromewebstore.google.com/detail/editanything/onbgaocmkdakpaonpghmkkfcmpakfloi
Descrizione EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable
Dimensione del File 126 KB
Conteggio Installazioni 93
Versione Corrente 0.1.2
Ultimo Aggiornamento 2016-09-29
Data di Pubblicazione 2016-09-29
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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
}