Edit

Edit any webpage locally.

Apa itu Edit?

Edit adalah ekstensi Chrome yang dikembangkan oleh https://lethalware.co.uk, dan fitur utamanya adalah "Edit any webpage locally.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Edit

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

                        Simply press the button on the toolbar and your current webpage will become fully and simply editable as if your browser were a word processor. Pressing the button again will solidify the page.

Obviously, the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page.                    

Informasi Dasar Ekstensi

Nama Edit Edit
ID egbeoffgmdepbefhbiilpkalgnfjbmjg
URL Resmi https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg
Deskripsi Edit any webpage locally.
Ukuran File 3.63 KB
Jumlah Instalasi 711
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-12-26
Tanggal Publikasi 2013-12-26
Penilaian 4.38/5 Total 8 Penilaian
Pengembang https://lethalware.co.uk
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit",
    "description": "Edit any webpage locally.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}