ContentEditable

Makes any page editable

Apa itu ContentEditable?

ContentEditable adalah ekstensi Chrome yang dikembangkan oleh pepelsbey, dan fitur utamanya adalah "Makes any page editable".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ContentEditable

Unduh file ekstensi ContentEditable 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

                        Extension that makes pages editable by adding contenteditable attribute to the . Press icon to start editing, press it again when you’re done. Once page is reloaded changes you’ve made are gone.                    

Informasi Dasar Ekstensi

Nama ContentEditable ContentEditable
ID jphnpoochmeokkboopijkcncghifidhm
URL Resmi https://chrome.google.com/webstore/detail/contenteditable/jphnpoochmeokkboopijkcncghifidhm
Deskripsi Makes any page editable
Ukuran File 4.65 KB
Jumlah Instalasi 615
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-04-13
Tanggal Publikasi 2016-06-07
Penilaian 5.00/5 Total 6 Penilaian
Pengembang pepelsbey
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/pepelsbey/contenteditable
URL Halaman Bantuan https://github.com/pepelsbey/contenteditable/issues
Bahasa yang Didukung en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.1.0",
    "homepage_url": "https:\/\/github.com\/pepelsbey\/contenteditable",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/button-19.png",
            "38": "images\/button-38.png"
        },
        "default_title": "__MSG_enable__"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}