Txt Mockup

Makes all text on the current page editable

Cos'è Txt Mockup?

Txt Mockup è un'estensione di Chrome sviluppata da misterhamm, e la sua funzione principale è "Makes all text on the current page editable".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Txt Mockup

Scarica i file di estensione Txt Mockup 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

                        Tired of inspecting elements and making quick text changes in the dev tools?  Be tired no longer!  Txt Mockup allows you to make any text on the page editable with a single click.  Now you can see what what that heading looks like with two lines of text or one or seven.  

Just remember, with great power comes great responsibility.                    

Informazioni di Base sull'Estensione

Nome Txt Mockup Txt Mockup
ID fohdoaplpkofoclaelncjdccndobooeh
URL Ufficiale https://chromewebstore.google.com/detail/txt-mockup/fohdoaplpkofoclaelncjdccndobooeh
Descrizione Makes all text on the current page editable
Dimensione del File 3.69 KB
Conteggio Installazioni 88
Versione Corrente 1.0
Ultimo Aggiornamento 2016-10-02
Data di Pubblicazione 2016-10-02
Sviluppatore misterhamm
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Txt Mockup",
    "description": "Makes all text on the current page editable",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "pencil.png",
        "default_title": "Make this page editable"
    }
}