ChontentEditable

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

Co to jest ChontentEditable?

ChontentEditable to rozszerzenie Chrome opracowane przez shoito, a jego główną funkcją jest „ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia ChontentEditable

Pobierz pliki rozszerzeń ChontentEditable w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa ChontentEditable ChontentEditable
ID amnpphhcbandchhkmgloehggicoedcpl
Oficjalny URL https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl
Opis ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
Rozmiar pliku 58.71 KB
Liczba instalacji 96
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2014-11-18
Data Publikacji 2014-11-18
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper shoito
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}