Potential Beta
Monitor battery level for all your devices
Potential Beta란 무엇입니까?
Potential Beta은(는) Paranoid-Gems에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor battery level for all your devices"입니다.
확장 프로그램 스크린샷
Potential Beta 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |