localhost
Convert the port after localhost to numbers
localhost là gì?
localhost là một tiện ích mở rộng Chrome được phát triển bởi silvandiepen, và tính năng chính của nó là "Convert the port after localhost to numbers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng localhost
Tải xuống các tệp mở rộng localhost dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]`
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | localhost |
ID | akmeopjagninifebigecedjdmmbfmibn |
URL Chính Thức | https://chromewebstore.google.com/detail/localhost/akmeopjagninifebigecedjdmmbfmibn |
Mô tả | Convert the port after localhost to numbers |
Kích Thước Tệp | 21.1 KB |
Số Lần Cài Đặt | 597 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2018-09-19 |
Ngày Phát Hành | 2018-09-19 |
Nhà Phát Triển | silvandiepen |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://port.svd.im |
URL Trang Trợ Giúp | http://port.svd.im |
Ngôn Ngữ Được Hỗ Trợ | 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 } |