Potential Beta
Monitor battery level for all your devices
Potential Betaคืออะไร?
Potential Beta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paranoid-Gems และคุณลักษณะหลักของมันคือ "Monitor battery level for all your devices"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Potential Beta
ดาวน์โหลดไฟล์ส่วนขยาย Potential Beta ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Potential syncs battery, WiFi and Bluetooth status across all your devices. Download Android app from here: https://play.google.com/store/apps/details?id=com.paranoidgems.potential Forgot charging one of your devices? It’s not an issue any more. Get a notification whenever the battery of any of your devices is running low. You do not have to worry about keeping an eye on all your devices. We will inform you immediately if the battery of any of your devices falls below a threshold level. It often happens that one forgets to disable Bluetooth/WiFi after using it. Worry no more, you can now disable these battery consuming services anytime and from anywhere with just a single tap on the screen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | acpfaemcjpliaaibgfpngoeidadmkjmb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/potential-beta/acpfaemcjpliaaibgfpngoeidadmkjmb |
คำอธิบาย | Monitor battery level for all your devices |
ขนาดไฟล์ | 872 KB |
จำนวนการติดตั้ง | 362 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 3.21/5 รวมทั้งหมด 39 คะแนน |
ผู้พัฒนา | Paranoid-Gems |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.paranoidgems.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Potential Beta", "description": "Monitor battery level for all your devices", "version": "0.3", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "notifications", "alarms" ], "icons": { "128": "icons\/ic_launcher.png" }, "web_accessible_resources": [ "icons\/wifi_enabled.png", "icons\/wifi_disabled.png", "icons\/bluetooth_enabled.png", "icons\/bluetooth_disabled.png", "icons\/refresh.png", "icons\/loading.GIF", "icons\/toggle.GIF", "icons\/refresh.GIF", "sounds\/notification.mp3", "main.css" ], "browser_action": { "default_title": "Potential", "default_icon": "icons\/ic_launcher.png", "default_popup": "popup.html" }, "manifest_version": 2 } |