LGTM
Looks good to me!
Cos'è LGTM?
LGTM è un'estensione di Chrome sviluppata da http://hrysd.org, e la sua funzione principale è "Looks good to me!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LGTM
Scarica i file di estensione LGTM 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
Looks good to me!! http://www.lgtm.in/ for Chrome Extension. Usage: Click the icon on browser and it will be copied to your clipboard as markdown format.
Informazioni di Base sull'Estensione
Nome | |
ID | ihckpnhmmfhihijdjnnjfjogoajgdklf |
URL Ufficiale | https://chrome.google.com/webstore/detail/lgtm/ihckpnhmmfhihijdjnnjfjogoajgdklf |
Descrizione | Looks good to me! |
Dimensione del File | 101 KB |
Conteggio Installazioni | 69 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2014-02-18 |
Data di Pubblicazione | 2014-02-18 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | http://hrysd.org |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LGTM", "version": "0.0.1", "manifest_version": 2, "description": "Looks good to me!", "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "background", "notifications", "*:\/\/*\/*" ], "browser_action": { "default_title": "LGTM", "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } }, "background": { "persistent": true, "scripts": [ "javascripts\/jquery.js", "javascripts\/background.js" ] } } |