LocoHost
Quick links to localhost at various ports
What is LocoHost?
LocoHost is a Chrome extension developed by https://isnorcreative.com, and its main feature is "Quick links to localhost at various ports".
Extension Screenshots
Download LocoHost Extension CRX File
Download LocoHost extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | LocoHost |
ID | dbpmejojgibdkkjhfhlpaicdalkfangh |
Official URL | https://chromewebstore.google.com/detail/locohost/dbpmejojgibdkkjhfhlpaicdalkfangh |
Description | Quick links to localhost at various ports |
File Size | 117 KB |
Installation Count | 172 |
Current Version | 0.0.3 |
Last Updated | 2022-08-19 |
Publish Date | 2016-05-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://isnorcreative.com |
[email protected] | |
Payment Type | free |
Extension Website | http://blog.isnorcreative.com/2016/05/20/loco-host.html |
Help Page URL | https://github.com/gordonbisnor/locohost/issues |
Supported Languages | 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" } |