mirror of
https://github.com/cupcakearmy/ora.git
synced 2026-04-02 12:05:23 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a68383ff1a | |||
| 2857b50a7b | |||
| 2d3bc1c742 | |||
| e295d7956f | |||
| ff0b7f9d9e |
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [0.8] 2021-11
|
## [0.8] 2021-11-24
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Bug with overflowing banner.
|
||||||
|
|
||||||
|
## [0.8] 2021-11-23
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|||||||
19
README.md
19
README.md
@@ -2,12 +2,16 @@
|
|||||||
<img width="70%" src="./store/written.png" alt="logo" />
|
<img width="70%" src="./store/written.png" alt="logo" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img alt="Firefox Extension Badge" src="https://img.shields.io/amo/users/ora-tracker?label=Firefox" />
|
<a href="https://discord.gg/tNH6ZcDMee">
|
||||||
<img alt="Chrome Extension Badge" src="https://img.shields.io/chrome-web-store/users/aghpiipfpgdiadkibmddeinngbboajbl?label=Chrome" />
|
<img alt="Discord" src="https://img.shields.io/discord/252403122348097536?style=for-the-badge" />
|
||||||
<br/>
|
<img alt="Version" src="https://img.shields.io/github/manifest-json/v/cupcakearmy/ora?style=for-the-badge" />
|
||||||
<a href="https://addons.mozilla.org/en-US/firefox/addon/ora-tracker/"><img src="./store/download_ff.png" /></a>
|
<img alt="Firefox Extension Badge" src="https://img.shields.io/amo/users/ora-tracker?label=Firefox&style=for-the-badge" />
|
||||||
<a href="https://chrome.google.com/webstore/detail/ora/aghpiipfpgdiadkibmddeinngbboajbl"><img src="./store/download_chrome.png" /></a>
|
<img alt="Chrome Extension Badge" src="https://img.shields.io/chrome-web-store/users/aghpiipfpgdiadkibmddeinngbboajbl?label=Chrome&style=for-the-badge" />
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## 🌈 Features
|
## 🌈 Features
|
||||||
@@ -19,6 +23,11 @@
|
|||||||
- 100% Open Source & Local
|
- 100% Open Source & Local
|
||||||
- Set retention policy that deletes all logs older than a user specified number of days.
|
- Set retention policy that deletes all logs older than a user specified number of days.
|
||||||
|
|
||||||
|
## 🌏 Installation
|
||||||
|
|
||||||
|
<a href="https://addons.mozilla.org/en-US/firefox/addon/ora-tracker/"><img src="./store/download_ff.png" /></a>
|
||||||
|
<a href="https://chrome.google.com/webstore/detail/ora/aghpiipfpgdiadkibmddeinngbboajbl"><img src="./store/download_chrome.png" /></a>
|
||||||
|
|
||||||
## 🤔 Motivation
|
## 🤔 Motivation
|
||||||
|
|
||||||
I wanted to see how much time I was spending on each website and set limits for certain ones.
|
I wanted to see how much time I was spending on each website and set limits for certain ones.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Ora",
|
"name": "Ora",
|
||||||
"version": "0.8",
|
"version": "0.8.1",
|
||||||
|
|
||||||
"description": "See how much time you spend on each website and set limits",
|
"description": "See how much time you spend on each website and set limits",
|
||||||
"icons": {
|
"icons": {
|
||||||
|
|||||||
@@ -26,6 +26,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
:global(*) {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<small>
|
<small>
|
||||||
Made with ❤️ by
|
Made with ❤️ by
|
||||||
<a href="https://nicco.io" target="_blank" rel="noreferrer">🐘</a>
|
<a href="https://nicco.io" target="_blank" rel="noreferrer">🐘</a>
|
||||||
— v0.8 —
|
— v0.8.1 —
|
||||||
<a href="https://github.com/cupcakearmy/ora" target="_blank" rel="noreferrer">Source Code</a>
|
<a href="https://github.com/cupcakearmy/ora" target="_blank" rel="noreferrer">Source Code</a>
|
||||||
</small>
|
</small>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user