localhost
Convert the port after localhost to numbers
Co to jest localhost?
localhost to rozszerzenie Chrome opracowane przez silvandiepen, a jego główną funkcją jest „Convert the port after localhost to numbers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia localhost
Pobierz pliki rozszerzeń localhost w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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]`
Podstawowe informacje o rozszerzeniu
Nazwa | localhost |
ID | akmeopjagninifebigecedjdmmbfmibn |
Oficjalny URL | https://chromewebstore.google.com/detail/localhost/akmeopjagninifebigecedjdmmbfmibn |
Opis | Convert the port after localhost to numbers |
Rozmiar pliku | 21.1 KB |
Liczba instalacji | 597 |
Aktualna Wersja | 1.0.7 |
Ostatnia Aktualizacja | 2018-09-19 |
Data Publikacji | 2018-09-19 |
Deweloper | silvandiepen |
Typ Płatności | free |
Strona Rozszerzenia | http://port.svd.im |
Adres URL Strony Pomocy | http://port.svd.im |
Obsługiwane Języki | 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 } |