ChontentEditable

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

Vad är ChontentEditable?

ChontentEditable är en Chrome-tillägg utvecklad av shoito, och dess huvudfunktion är "ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner ChontentEditable-förlängningens CRX-fil

Ladda ner ChontentEditable-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn ChontentEditable ChontentEditable
ID amnpphhcbandchhkmgloehggicoedcpl
Officiell webbadress https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl
Beskrivning ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
Filstorlek 58.71 KB
Antal Installationer 96
Aktuell Version 0.1.2
Senast Uppdaterad 2014-11-18
Publiceringsdatum 2014-11-18
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare shoito
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}