LocoHost

Quick links to localhost at various ports

Hvad er LocoHost?

LocoHost er en Chrome-udvidelse udviklet af https://isnorcreative.com, og dens hovedfunktion er "Quick links to localhost at various ports".

Udvidelsesskærmbilleder

screenshot

Download LocoHost-udvidelses-CRX-fil

Download LocoHost-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn LocoHost LocoHost
ID dbpmejojgibdkkjhfhlpaicdalkfangh
Officiel URL https://chromewebstore.google.com/detail/locohost/dbpmejojgibdkkjhfhlpaicdalkfangh
Beskrivelse Quick links to localhost at various ports
Filstørrelse 117 KB
Antal Installationer 172
Nuværende Version 0.0.3
Senest Opdateret 2022-08-19
Udgivelsesdato 2016-05-20
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://isnorcreative.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://blog.isnorcreative.com/2016/05/20/loco-host.html
Hjælpeside-URL https://github.com/gordonbisnor/locohost/issues
Understøttede Sprog 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"
}