My Hotspots
Connect easily to your favorite hotspots.
My Hotspotsคืออะไร?
My Hotspots เป็นส่วนขยายของ Chrome ที่พัฒนาโดย François Beaufort และคุณลักษณะหลักของมันคือ "Connect easily to your favorite hotspots."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Hotspots
ดาวน์โหลดไฟล์ส่วนขยาย My Hotspots ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
My Hotspots is a Chrome OS Extension which makes your life easier: - Store all your hotspots credentials - Connect to your favorite hotspots seamlessly Warning! It actually takes advantage of the networking.config API to authenticate to captive portals which is only available in Dev Channel. Source code is available at https://github.com/beaufortfrancois/my-hotspots-chrome-extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | My Hotspots |
ID | kngmdnkaeiaodchlfljkkinpphgfmkfg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/my-hotspots/kngmdnkaeiaodchlfljkkinpphgfmkfg |
คำอธิบาย | Connect easily to your favorite hotspots. |
ขนาดไฟล์ | 30.16 KB |
จำนวนการติดตั้ง | 735 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2015-04-15 |
วันที่เผยแพร่ | 2015-04-15 |
คะแนน | 3.86/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | François Beaufort |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Hotspots", "description": "Connect easily to your favorite hotspots.", "version": "0.0.1", "minimum_chrome_version": "43", "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html" }, "permissions": [ "networking.config", "notifications", "storage", "http:\/\/www.gstatic.com\/generate_204" ], "optional_permissions": [ "https:\/\/hotspot.wifi.sfr.fr\/", "https:\/\/hotspotwifi.bouyguestelecom.fr\/", "https:\/\/wifi.free.fr\/" ], "background": { "scripts": [ "common.js", "background.js" ] } } |