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/),
|
||||
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
|
||||
|
||||
|
||||
19
README.md
19
README.md
@@ -2,12 +2,16 @@
|
||||
<img width="70%" src="./store/written.png" alt="logo" />
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img alt="Firefox Extension Badge" src="https://img.shields.io/amo/users/ora-tracker?label=Firefox" />
|
||||
<img alt="Chrome Extension Badge" src="https://img.shields.io/chrome-web-store/users/aghpiipfpgdiadkibmddeinngbboajbl?label=Chrome" />
|
||||
<br/>
|
||||
<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>
|
||||
<br/>
|
||||
<br/>
|
||||
<p align="center">
|
||||
<a href="https://discord.gg/tNH6ZcDMee">
|
||||
<img alt="Discord" src="https://img.shields.io/discord/252403122348097536?style=for-the-badge" />
|
||||
<img alt="Version" src="https://img.shields.io/github/manifest-json/v/cupcakearmy/ora?style=for-the-badge" />
|
||||
<img alt="Firefox Extension Badge" src="https://img.shields.io/amo/users/ora-tracker?label=Firefox&style=for-the-badge" />
|
||||
<img alt="Chrome Extension Badge" src="https://img.shields.io/chrome-web-store/users/aghpiipfpgdiadkibmddeinngbboajbl?label=Chrome&style=for-the-badge" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
## 🌈 Features
|
||||
@@ -19,6 +23,11 @@
|
||||
- 100% Open Source & Local
|
||||
- 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
|
||||
|
||||
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,
|
||||
"name": "Ora",
|
||||
"version": "0.8",
|
||||
"version": "0.8.1",
|
||||
|
||||
"description": "See how much time you spend on each website and set limits",
|
||||
"icons": {
|
||||
|
||||
@@ -26,6 +26,10 @@
|
||||
</div>
|
||||
|
||||
<style>
|
||||
:global(*) {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
position: fixed;
|
||||
color: #000;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<small>
|
||||
Made with ❤️ by
|
||||
<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>
|
||||
</small>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user