Potential Beta

Monitor battery level for all your devices

什麼是Potential Beta?

Potential Beta是由Paranoid-Gems開發的Chrome擴展程式,該擴展的主要功能是“Monitor battery level for all your devices”。

擴展截圖

screenshot
screenshot
screenshot

下載Potential Beta擴展crx文件

下載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.                    

擴展基本資訊

名稱 Potential Beta Potential Beta
ID acpfaemcjpliaaibgfpngoeidadmkjmb
官方網址 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
}