localhost
Convert the port after localhost to numbers
Apa itu localhost?
localhost adalah ekstensi Chrome yang dikembangkan oleh silvandiepen, dan fitur utamanya adalah "Convert the port after localhost to numbers".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi localhost
Unduh file ekstensi localhost 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
type localhost/ in your url bar to enable this extension. Afterwards type in the name of the port you want to be converted in to numbers. For instance type: 'localhost/' and then, 'port' and the browser will redirect you to http://localhost:7678 When you just want to convert a port: 'localhost/' > space > `port [nametoconvert]`
Informasi Dasar Ekstensi
Nama | localhost |
ID | akmeopjagninifebigecedjdmmbfmibn |
URL Resmi | https://chromewebstore.google.com/detail/localhost/akmeopjagninifebigecedjdmmbfmibn |
Deskripsi | Convert the port after localhost to numbers |
Ukuran File | 21.1 KB |
Jumlah Instalasi | 597 |
Versi Saat Ini | 1.0.7 |
Terakhir Diperbarui | 2018-09-19 |
Tanggal Publikasi | 2018-09-19 |
Pengembang | silvandiepen |
Tipe Pembayaran | free |
Situs Ekstensi | http://port.svd.im |
URL Halaman Bantuan | http://port.svd.im |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "localhost", "short_name": "localhost", "version": "1.0.7", "description": "Convert the port after localhost to numbers", "omnibox": { "keyword": "localhost\/" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "clipboardWrite" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |