https://github.com/supechicken/chromeos-battery
Custom battery level notification for Chrome OS
https://github.com/supechicken/chromeos-battery
chrome-extension chrome-extensions chrome-os chrome-os-flex chromeos chromium chromiumos
Last synced: about 1 month ago
JSON representation
Custom battery level notification for Chrome OS
- Host: GitHub
- URL: https://github.com/supechicken/chromeos-battery
- Owner: supechicken
- License: gpl-3.0
- Created: 2022-05-28T09:15:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T18:39:19.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T08:23:10.227Z (about 2 months ago)
- Topics: chrome-extension, chrome-extensions, chrome-os, chrome-os-flex, chromeos, chromium, chromiumos
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
ChromeOS Battery
Custom battery level notification for Chrome OS
### Features
- Set a custom battery level that you want to trigger a notification for it
- If you always ignore the low battery notifications (just like meπ), this extension also provides an option to show a fullscreen warning so that you can't ignore it anymore :)
#### Coming soon
Might take forever to implement if nobody request it :)
- Custom notification icon
- Custom message (fullscreen warning/notification)### So, how to install this?
- Download [archive](https://github.com/supechicken/ChromeOS-Battery/archive/refs/heads/main.zip) of this repository and unzip it
- Unpack the downloaded `.zip` file by:
- Double click the zip file in the file manager. The zip file will show contents in what looks like a flash drive
- Drag the folder within the zip file into the Downloads folder
- Optionally delete the zip file
- Go to [`chrome://extensions`](chrome://extensions) and enable `Developer Mode` (don't confuse with the **Chrome OS developer mode**, they are not the same thing)
- Click `Pack Extension`, click `Browse` under `Extension Root Directory`, then click on the folder named `ChromeOS-Battery-main`, and click `Open`
- Click `Pack Extension`, then click `OK`
- Open the file manager, go to `Downloads` and drag the `.crx` file into the `chrome://extensions` window.
- Click `Add Extension`
- Optionally delete the generated `.crx` packaged file and `.pem` key file### Why not uploading it to Chrome Web Store?
Uploading to Chrome Web Store requires a credit/debit card to pay a one-time registration fee, and it only accepts credit/debit card only. The issue is I don't have any credit/debit card (I am only 14) :/### License
This project is released under [GNU General Public License (version 3 or later)](http://www.gnu.org/licenses/gpl.txt)The icon of this project is created by [Jemis Mali](https://iconscout.com/contributors/jemismali), released under [Creative Commons 4 Attribution - NonCommercial](https://creativecommons.org/licenses/by-nc/4.0/)