Edit
Edit any webpage locally.
Cos'è Edit?
Edit è un'estensione di Chrome sviluppata da https://lethalware.co.uk, e la sua funzione principale è "Edit any webpage locally.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Edit
Scarica i file di estensione Edit 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
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.
Informazioni di Base sull'Estensione
Nome | Edit |
ID | egbeoffgmdepbefhbiilpkalgnfjbmjg |
URL Ufficiale | https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg |
Descrizione | Edit any webpage locally. |
Dimensione del File | 3.63 KB |
Conteggio Installazioni | 711 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-12-26 |
Data di Pubblicazione | 2013-12-26 |
Valutazione | 4.38/5 Totale 8 Valutazioni |
Sviluppatore | https://lethalware.co.uk |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |