LocoHost

Quick links to localhost at various ports

Cos'è LocoHost?

LocoHost è un'estensione di Chrome sviluppata da https://isnorcreative.com, e la sua funzione principale è "Quick links to localhost at various ports".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LocoHost

Scarica i file di estensione LocoHost 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

                        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                    

Informazioni di Base sull'Estensione

Nome LocoHost LocoHost
ID dbpmejojgibdkkjhfhlpaicdalkfangh
URL Ufficiale https://chromewebstore.google.com/detail/locohost/dbpmejojgibdkkjhfhlpaicdalkfangh
Descrizione Quick links to localhost at various ports
Dimensione del File 117 KB
Conteggio Installazioni 172
Versione Corrente 0.0.3
Ultimo Aggiornamento 2022-08-19
Data di Pubblicazione 2016-05-20
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://isnorcreative.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://blog.isnorcreative.com/2016/05/20/loco-host.html
URL della Pagina di Aiuto https://github.com/gordonbisnor/locohost/issues
Lingue Supportate 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"
}