Local Server Shortcut
Shortcut to open webpages running on local servers.
Local Server Shortcutคืออะไร?
Local Server Shortcut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Mihal และคุณลักษณะหลักของมันคือ "Shortcut to open webpages running on local servers."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Local Server Shortcut
ดาวน์โหลดไฟล์ส่วนขยาย Local Server Shortcut ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shortcut to open webservers running on the local machine.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | apehmeaeoaoegjfahilhilcdilhbblnh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/local-server-shortcut/apehmeaeoaoegjfahilhilcdilhbblnh |
คำอธิบาย | Shortcut to open webpages running on local servers. |
ขนาดไฟล์ | 19.82 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2018-02-28 |
วันที่เผยแพร่ | 2018-02-27 |
ผู้พัฒนา | David Mihal |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Local Server Shortcut", "version": "0.0.2", "manifest_version": 2, "description": "Shortcut to open webpages running on local servers.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Server list", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "http:\/\/localhost\/*", "https:\/\/localhost\/*" ] } |