livejs
chrome extension for livejs
Cos'è livejs?
livejs è un'estensione di Chrome sviluppata da https://wenzhixin.net.cn, e la sua funzione principale è "chrome extension for livejs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione livejs
Scarica i file di estensione livejs 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
Say goodbye to Alt-Tab. Live.js makes sure you're always looking at the latest version of the page you're working on, whether you're writing HTML, CSS or Javascript.
Informazioni di Base sull'Estensione
Nome | |
ID | fnenjmjepccoionjgdgimlnppidghbbg |
URL Ufficiale | https://chromewebstore.google.com/detail/livejs/fnenjmjepccoionjgdgimlnppidghbbg |
Descrizione | chrome extension for livejs |
Dimensione del File | 12.54 KB |
Conteggio Installazioni | 522 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2013-11-18 |
Data di Pubblicazione | 2013-11-17 |
Valutazione | 3.83/5 Totale 6 Valutazioni |
Sviluppatore | https://wenzhixin.net.cn |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/wenzhixin/livejs |
URL della Pagina di Aiuto | https://github.com/wenzhixin/livejs/issues |
Lingue Supportate | en-US |
manifest.json | |
{ "name": "livejs", "description": "chrome extension for livejs", "version": "1.0.1", "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "live.js" ] } ], "browser_action": { "default_icon": "logo_disabled.png" }, "background": { "scripts": [ "background.js" ] } } |