Design Mode

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

Cos'è Design Mode?

Design Mode è un'estensione di Chrome sviluppata da madeco, e la sua funzione principale è "Toggle the ability to temporarily edit content directly in a website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Design Mode

Scarica i file di estensione Design Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Design Mode Design Mode
ID cfikhhompgapfkmjdhlofhjgkikcckac
URL Ufficiale https://chrome.google.com/webstore/detail/design-mode/cfikhhompgapfkmjdhlofhjgkikcckac
Descrizione Toggle the ability to temporarily edit content directly in a website.
Dimensione del File 17.15 KB
Conteggio Installazioni 646
Versione Corrente 0.3
Ultimo Aggiornamento 2018-11-14
Data di Pubblicazione 2018-11-14
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore madeco
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}