Edit Website Extension
Edit Live Websites Text On The Fly
Cos'è Edit Website Extension?
Edit Website Extension è un'estensione di Chrome sviluppata da Ashwin, e la sua funzione principale è "Edit Live Websites Text On The Fly".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Edit Website Extension
Scarica i file di estensione Edit Website Extension 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 texts in live website by clicking the extension. Steps to use the extension: 1) Go to any website. 2) Click on the extension. 3) Start editing texts in the website like h1 tags or p tags or any tags. 4) Click on tht extension again to close edit mode & done! Good for quick website text editing only & share with colleagues or friends.
Informazioni di Base sull'Estensione
Nome | Edit Website Extension |
ID | flaminmoaihaimhjbohfnbkklgonhjej |
URL Ufficiale | https://chromewebstore.google.com/detail/edit-website-extension/flaminmoaihaimhjbohfnbkklgonhjej |
Descrizione | Edit Live Websites Text On The Fly |
Dimensione del File | 14.54 KB |
Conteggio Installazioni | 8,572 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2021-03-31 |
Data di Pubblicazione | 2019-07-16 |
Valutazione | 4.39/5 Totale 18 Valutazioni |
Sviluppatore | Ashwin |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://privacy.ashwinshenoy.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edit Website Extension", "description": "Edit Live Websites Text On The Fly", "version": "1.3", "icons": { "128": "assets\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "assets\/icon19.png", "38": "assets\/icon38.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+E", "mac": "Alt+E", "chromeos": "Alt+E", "linux": "Alt+E" } } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "activeTab" ], "manifest_version": 2 } |