localhost-port-resolver

localhost-port-resolver

Enter port number (e.g. 3000) to be redirected to localhost:3000

Additional files are visible only to premium users

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",
    "*://*/*"
  ]
}