your hot battery saver
Feel free to email for collab in online businesses: [email protected] This product predicts "Time to recharge your electronic…
your hot battery saverとは何ですか?
your hot battery saverはimkeira0830によって開発されたChromeの拡張機能で、その主な機能は「Feel free to email for collab in online businesses: [email protected] This product predicts "Time to recharge your electronic…」です。
拡張機能のスクリーンショット
your hot battery saver拡張機能のCRXファイルをダウンロード
your hot battery saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Feel free to email for collab in online businesses: [email protected]
This product predicts "Time to recharge your electronic device"/ "Time to charge until 100%".
Benefit:
1. PROLONG battery life of your device
2. Eco-friendly + $-friendly(fewer new laptops in the vicious circle)
Tip:
Keep battery level between 20-80%
*Battery level reference: University researches and websites 拡張機能の基本情報
| 名前 | |
| ID | fckaafhjpjklbhkillnneaidmjgfadha |
| 公式URL | https://chromewebstore.google.com/detail/your-hot-battery-saver/fckaafhjpjklbhkillnneaidmjgfadha |
| 説明 | Feel free to email for collab in online businesses: [email protected] This product predicts "Time to recharge your electronic… |
| ファイルサイズ | 21.29 KB |
| インストール数 | 275 |
| 現在のバージョン | 2.1 |
| 最終更新日 | 2023-05-09 |
| 公開日 | 2022-08-11 |
| 開発者 | imkeira0830 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "your hot battery saver",
"version": "2.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js",
"permissions": [
"webNavigation",
"*:\/\/*\/*"
]
},
"action": {
"default_popup": "hello.html",
"default_icon": "hello.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Opens hello.html"
}
},
"permissions": [
" | |