localhost-port-resolver
Enter port number (e.g. 3000) to be redirected to localhost:3000
What is localhost-port-resolver?
localhost-port-resolver is a Chrome extension developed by maximilian.lenkeit, and its main feature is "Enter port number (e.g. 3000) to be redirected to localhost:3000".
Download localhost-port-resolver Extension CRX File
Download localhost-port-resolver 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
Extension Basic Information
Name | ![]() |
ID | ffjjcpamegjaajlingmjfnmblcdajelh |
Official URL | https://chrome.google.com/webstore/detail/localhost-port-resolver/ffjjcpamegjaajlingmjfnmblcdajelh |
Description | Enter port number (e.g. 3000) to be redirected to localhost:3000 |
File Size | 4.26 KB |
Installation Count | 101 |
Current Version | 1.0 |
Last Updated | 2017-01-22 |
Publish Date | 2017-01-22 |
Developer | maximilian.lenkeit |
Payment Type | free |
Extension Website | https://github.com/mlenkeit/chrome-ext-localhost-port-resolver |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "localhost-port-resolver", "description": "Enter port number (e.g. 3000) to be redirected to localhost:3000", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webNavigation", "*:\/\/*\/*" ] } |