Potential Beta
Monitor battery level for all your devices
Potential Beta là gì?
Potential Beta là một tiện ích mở rộng Chrome được phát triển bởi Paranoid-Gems, và tính năng chính của nó là "Monitor battery level for all your devices".
Ả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 Potential Beta
Tải xuống các tệp mở rộng Potential Beta 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | acpfaemcjpliaaibgfpngoeidadmkjmb |
URL Chính Thức | https://chrome.google.com/webstore/detail/potential-beta/acpfaemcjpliaaibgfpngoeidadmkjmb |
Mô tả | Monitor battery level for all your devices |
Kích Thước Tệp | 872 KB |
Số Lần Cài Đặt | 362 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 3.21/5 Tổng số 39 Đánh Giá |
Nhà Phát Triển | Paranoid-Gems |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.paranoidgems.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } |