LocoHost
Quick links to localhost at various ports
Wat is LocoHost?
LocoHost is een Chrome-extensie ontwikkeld door https://isnorcreative.com, en de belangrijkste functie is "Quick links to localhost at various ports".
Extensie Screenshots
Download het CRX-bestand van de extensie LocoHost
Download LocoHost-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
Add quick links to localhost at various ports by name, eg Ruby on Rails at port 3000, Phoenix at port 400, Ember at port 4200, and so on. *Note*: Visit options first to set up links! May add these features: - Ability to specify icon, eg Rails, Ember, Elm, Phoenix, Middleman logos - Ability to open in current or new tab - Ability to sort items, or specify sort by name or port
Basisinformatie over de Extensie
Naam | LocoHost |
ID | dbpmejojgibdkkjhfhlpaicdalkfangh |
Officiële URL | https://chromewebstore.google.com/detail/locohost/dbpmejojgibdkkjhfhlpaicdalkfangh |
Beschrijving | Quick links to localhost at various ports |
Bestandsgrootte | 117 KB |
Aantal Installaties | 172 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2022-08-19 |
Publicatiedatum | 2016-05-20 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://isnorcreative.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://blog.isnorcreative.com/2016/05/20/loco-host.html |
Help Pagina-URL | https://github.com/gordonbisnor/locohost/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LocoHost", "version": "0.0.3", "description": "Quick links to localhost at various ports", "browser_action": { "default_icon": "icon128.png", "default_title": "LocoHost", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "storage" ], "options_page": "options.html", "author": "Gordon B. Isnor", "short_name": "LocoHost" } |