Txt Mockup

Makes all text on the current page editable

Apa itu Txt Mockup?

Txt Mockup adalah ekstensi Chrome yang dikembangkan oleh misterhamm, dan fitur utamanya adalah "Makes all text on the current page editable".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Txt Mockup

Unduh file ekstensi Txt Mockup 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

                        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.                    

Informasi Dasar Ekstensi

Nama Txt Mockup Txt Mockup
ID fohdoaplpkofoclaelncjdccndobooeh
URL Resmi https://chromewebstore.google.com/detail/txt-mockup/fohdoaplpkofoclaelncjdccndobooeh
Deskripsi Makes all text on the current page editable
Ukuran File 3.69 KB
Jumlah Instalasi 88
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-10-02
Tanggal Publikasi 2016-10-02
Pengembang misterhamm
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}