LocoHost

Quick links to localhost at various ports

Apa itu LocoHost?

LocoHost adalah ekstensi Chrome yang dikembangkan oleh https://isnorcreative.com, dan fitur utamanya adalah "Quick links to localhost at various ports".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LocoHost

Unduh file ekstensi LocoHost dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama LocoHost LocoHost
ID dbpmejojgibdkkjhfhlpaicdalkfangh
URL Resmi https://chromewebstore.google.com/detail/locohost/dbpmejojgibdkkjhfhlpaicdalkfangh
Deskripsi Quick links to localhost at various ports
Ukuran File 117 KB
Jumlah Instalasi 172
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2022-08-19
Tanggal Publikasi 2016-05-20
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://isnorcreative.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://blog.isnorcreative.com/2016/05/20/loco-host.html
URL Halaman Bantuan https://github.com/gordonbisnor/locohost/issues
Bahasa yang Didukung 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"
}