Live Code
Automatic refresh on code change
Cos'è Live Code?
Live Code è un'estensione di Chrome sviluppata da http://www.yago.io, e la sua funzione principale è "Automatic refresh on code change".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Live Code
Scarica i file di estensione Live Code 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
Automatic browser refresh when your code change. It using the amazing Livejs library : http://livejs.com/
Informazioni di Base sull'Estensione
Nome | |
ID | pbkdbmgemcgnpicnocgjhhohkidgpldc |
URL Ufficiale | https://chrome.google.com/webstore/detail/live-code/pbkdbmgemcgnpicnocgjhhohkidgpldc |
Descrizione | Automatic refresh on code change |
Dimensione del File | 21.51 KB |
Conteggio Installazioni | 407 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-01-23 |
Data di Pubblicazione | 2014-01-23 |
Valutazione | 2.50/5 Totale 8 Valutazioni |
Sviluppatore | http://www.yago.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://livejs.com/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Live Code", "description": "Automatic refresh on code change", "version": "1.0", "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "off-19.png", "38": "off-38.png" }, "default_title": "Enable Fine Reader" }, "web_accessible_resources": [ "css\/letemps.css" ] } |