Battreminder

Reminds you when your laptop battery is fully charged!

Battreminderとは何ですか?

BattreminderはAniketによって開発されたChromeの拡張機能で、その主な機能は「Reminds you when your laptop battery is fully charged!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Battreminder拡張機能のCRXファイルをダウンロード

Battreminder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Most of us work on laptops, and sometimes we end up overcharging it (and honestly wasting some electricity). There's by default a reminder, for almost all laptops, which lets you know when the battery is low. But, how to know when the battery is fully charged? 

This light-weight minimal browser extension will let you know the battery level and will remind you with a sound notification when the battery is fully charged!                    

拡張機能の基本情報

名前 Battreminder Battreminder
ID eolgelhflgphiebnjopklpnplinmemfi
公式URL https://chromewebstore.google.com/detail/battreminder/eolgelhflgphiebnjopklpnplinmemfi
説明 Reminds you when your laptop battery is fully charged!
ファイルサイズ 19.48 KB
インストール数 2,619
現在のバージョン 1.0
最終更新日 2018-10-18
公開日 2018-10-18
評価 4.07/5 合計 15 レビュー
開発者 Aniket
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Battreminder",
    "version": "1.0",
    "description": "Reminds you when your laptop battery is fully charged!",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}