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…

Cos'è Edit Anything?

Edit Anything è un'estensione di Chrome sviluppata da Forrest Almasi, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Edit Anything

Scarica i file di estensione Edit Anything 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Edit Anything Edit Anything
ID kgkhambjbahgejgoaefmekdchedkihln
URL Ufficiale https://chromewebstore.google.com/detail/edit-anything/kgkhambjbahgejgoaefmekdchedkihln
Descrizione 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…
Dimensione del File 6.17 KB
Conteggio Installazioni 54,658
Versione Corrente 0.2
Ultimo Aggiornamento 2016-10-03
Data di Pubblicazione 2016-10-03
Valutazione 4.37/5 Totale 49 Valutazioni
Sviluppatore Forrest Almasi
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}