localhost
Convert the port after localhost to numbers
Vad är localhost?
localhost är en Chrome-tillägg utvecklad av silvandiepen, och dess huvudfunktion är "Convert the port after localhost to numbers".
Tilläggsskärmbilder
Ladda ner localhost-förlängningens CRX-fil
Ladda ner localhost-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]` Grundläggande Information om Tillägg
| Namn | |
| ID | akmeopjagninifebigecedjdmmbfmibn |
| Officiell webbadress | https://chromewebstore.google.com/detail/localhost/akmeopjagninifebigecedjdmmbfmibn |
| Beskrivning | Convert the port after localhost to numbers |
| Filstorlek | 21.1 KB |
| Antal Installationer | 597 |
| Aktuell Version | 1.0.7 |
| Senast Uppdaterad | 2018-09-19 |
| Publiceringsdatum | 2018-09-19 |
| Utvecklare | silvandiepen |
| Betalningssätt | free |
| Tilläggswebbplats | http://port.svd.im |
| Hjälpsida URL | http://port.svd.im |
| Stödda Språk | 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
} | |