diff --git a/README.md b/README.md index 8985131..4a41806 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,24 @@ -# 🔋 Battery Info Chrome Extension +# Battery Info + +

+ Battery Info +
+
+

> Check easily your laptop battery status. ## Description The extension is using the [Battery Status API](https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API). + +Features: +- Shows current battery charge level as a badge on the icon (updates on every two minutes) +- Provides information about the remaining time / time until full charge (on icon click) +- Indicates with an icon whether or not the laptop is connected to a power adapter + +Battery Info Screenshot 1 + +Battery Info Screenshot 2 + +It will be available on Chrome Web Store soon. diff --git a/images/logo.svg b/images/logo.svg new file mode 100644 index 0000000..92fe9f5 --- /dev/null +++ b/images/logo.svg @@ -0,0 +1 @@ + diff --git a/images/screenshot-1.png b/images/screenshot-1.png new file mode 100644 index 0000000..9895d17 Binary files /dev/null and b/images/screenshot-1.png differ diff --git a/images/screenshot-2.png b/images/screenshot-2.png new file mode 100644 index 0000000..4fad918 Binary files /dev/null and b/images/screenshot-2.png differ