ChontentEditable

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

Apa itu ChontentEditable?

ChontentEditable adalah ekstensi Chrome yang dikembangkan oleh shoito, dan fitur utamanya adalah "ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ChontentEditable

Unduh file ekstensi ChontentEditable dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama ChontentEditable ChontentEditable
ID amnpphhcbandchhkmgloehggicoedcpl
URL Resmi https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl
Deskripsi ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
Ukuran File 58.71 KB
Jumlah Instalasi 96
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2014-11-18
Tanggal Publikasi 2014-11-18
Penilaian 5.00/5 Total 2 Penilaian
Pengembang shoito
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}