ChontentEditable

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

Co je ChontentEditable?

ChontentEditable je rozšíření Chrome vyvinuté shoito, a jeho hlavní funkcí je „ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření ChontentEditable

Stáhněte si soubory rozšíření ChontentEditable ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název ChontentEditable ChontentEditable
ID amnpphhcbandchhkmgloehggicoedcpl
Oficiální URL https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl
Popis ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
Velikost souboru 58.71 KB
Počet instalací 96
Aktuální Verze 0.1.2
Poslední Aktualizace 2014-11-18
Datum Vydání 2014-11-18
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář shoito
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}