localhost

Convert the port after localhost to numbers

localhostคืออะไร?

localhost เป็นส่วนขยายของ Chrome ที่พัฒนาโดย silvandiepen และคุณลักษณะหลักของมันคือ "Convert the port after localhost to numbers"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย localhost

ดาวน์โหลดไฟล์ส่วนขยาย localhost ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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]`                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ localhost localhost
ID akmeopjagninifebigecedjdmmbfmibn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/localhost/akmeopjagninifebigecedjdmmbfmibn
คำอธิบาย Convert the port after localhost to numbers
ขนาดไฟล์ 21.1 KB
จำนวนการติดตั้ง 597
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2018-09-19
วันที่เผยแพร่ 2018-09-19
ผู้พัฒนา silvandiepen
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://port.svd.im
URL หน้าช่วยเหลือ http://port.svd.im
ภาษาที่รองรับ 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
}