ChontentEditable

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

Wat is ChontentEditable?

ChontentEditable is een Chrome-extensie ontwikkeld door shoito, en de belangrijkste functie is "ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ChontentEditable

Download ChontentEditable-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

                        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!                    

Basisinformatie over de Extensie

Naam ChontentEditable ChontentEditable
ID amnpphhcbandchhkmgloehggicoedcpl
Officiële URL https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl
Beschrijving ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
Bestandsgrootte 58.71 KB
Aantal Installaties 96
Huidige Versie 0.1.2
Laatst Bijgewerkt 2014-11-18
Publicatiedatum 2014-11-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar shoito
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}