LGTM
Looks good to me!
Wat is LGTM?
LGTM is een Chrome-extensie ontwikkeld door http://hrysd.org, en de belangrijkste functie is "Looks good to me!".
Extensie Screenshots
Download het CRX-bestand van de extensie LGTM
Download LGTM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ihckpnhmmfhihijdjnnjfjogoajgdklf |
Officiële URL | https://chrome.google.com/webstore/detail/lgtm/ihckpnhmmfhihijdjnnjfjogoajgdklf |
Beschrijving | Looks good to me! |
Bestandsgrootte | 101 KB |
Aantal Installaties | 69 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2014-02-18 |
Publicatiedatum | 2014-02-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://hrysd.org |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |