Design Mode

Toggle the ability to temporarily edit content directly in a website.

Apa itu Design Mode?

Design Mode adalah ekstensi Chrome yang dikembangkan oleh madeco, dan fitur utamanya adalah "Toggle the ability to temporarily edit content directly in a website.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Design Mode

Unduh file ekstensi Design Mode 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

                        Click the pen icon to change text in a website. Click again to turn it off :)

Try out new/alternative content by manipulating text directly in a website, without having to go through a build-tool or CMS. With Design Mode you can manipulate all text on a website including headers and links. A page refresh brings the old content right back.                    

Informasi Dasar Ekstensi

Nama Design Mode Design Mode
ID cfikhhompgapfkmjdhlofhjgkikcckac
URL Resmi https://chrome.google.com/webstore/detail/design-mode/cfikhhompgapfkmjdhlofhjgkikcckac
Deskripsi Toggle the ability to temporarily edit content directly in a website.
Ukuran File 17.15 KB
Jumlah Instalasi 646
Versi Saat Ini 0.3
Terakhir Diperbarui 2018-11-14
Tanggal Publikasi 2018-11-14
Penilaian 5.00/5 Total 8 Penilaian
Pengembang madeco
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "0.3",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "designmode.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Toggle design mode",
        "default_icon": "design-mode.png"
    },
    "icons": {
        "48": "design-mode-active.png",
        "128": "design-mode128.png"
    },
    "manifest_version": 2
}