localhost
Convert the port after localhost to numbers
What is localhost?
localhost is a Chrome extension developed by silvandiepen, and its main feature is "Convert the port after localhost to numbers".
Extension Screenshots
Download localhost Extension CRX File
Download localhost extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]`
Extension Basic Information
Name | localhost |
ID | akmeopjagninifebigecedjdmmbfmibn |
Official URL | https://chromewebstore.google.com/detail/localhost/akmeopjagninifebigecedjdmmbfmibn |
Description | Convert the port after localhost to numbers |
File Size | 21.1 KB |
Installation Count | 597 |
Current Version | 1.0.7 |
Last Updated | 2018-09-19 |
Publish Date | 2018-09-19 |
Developer | silvandiepen |
Payment Type | free |
Extension Website | http://port.svd.im |
Help Page URL | http://port.svd.im |
Supported Languages | 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 } |