Edit Anything

Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…

Apa itu Edit Anything?

Edit Anything adalah ekstensi Chrome yang dikembangkan oleh Forrest Almasi, dan fitur utamanya adalah "Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Edit Anything

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

                        Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or off.

Edit Anything respects your privacy and does not record any of your data.                    

Informasi Dasar Ekstensi

Nama Edit Anything Edit Anything
ID kgkhambjbahgejgoaefmekdchedkihln
URL Resmi https://chromewebstore.google.com/detail/edit-anything/kgkhambjbahgejgoaefmekdchedkihln
Deskripsi Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…
Ukuran File 6.17 KB
Jumlah Instalasi 54,658
Versi Saat Ini 0.2
Terakhir Diperbarui 2016-10-03
Tanggal Publikasi 2016-10-03
Penilaian 4.37/5 Total 49 Penilaian
Pengembang Forrest Almasi
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit Anything",
    "version": "0.2",
    "browser_action": {
        "default_icon": "pencil-64x64.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}