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
公式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
}