ChontentEditable

ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…

Cos'è ChontentEditable?

ChontentEditable è un'estensione di Chrome sviluppata da shoito, e la sua funzione principale è "ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ChontentEditable

Scarica i file di estensione ChontentEditable 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

                        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!                    

Informazioni di Base sull'Estensione

Nome ChontentEditable ChontentEditable
ID amnpphhcbandchhkmgloehggicoedcpl
URL Ufficiale https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl
Descrizione ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
Dimensione del File 58.71 KB
Conteggio Installazioni 96
Versione Corrente 0.1.2
Ultimo Aggiornamento 2014-11-18
Data di Pubblicazione 2014-11-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore shoito
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}