Stoic

Stoic - Philosophy & Productivity

Co je Stoic?

Stoic je rozšíření Chrome vyvinuté KvnCnls, a jeho hlavní funkcí je „Stoic - Philosophy & Productivity“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Stoic

Stáhněte si soubory rozšíření Stoic ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Stoic is a productivity extension. A new tab is created that displays a minimal UI including the date, time and week of the year. Like Marcus Aurelius, we will be constantly reminded to take care of our most precious resource: time. As Marcus Aurelius famously said "Memento Mori" or "Remember that you will die". It is easy to forget time; maybe even forget that we are mortal. Rather than interpreting this phrase as morbid or depressing, we must think of it pragmatically. It reminds us to set our priorities, to cherish the time that we have right now, and to figure out what truly matters to us.

This extension displays randomized quotes from famous Stoic philosophers and practitioners. The interface has a Light and Dark mode, as well as a customizable Header, allowing users to choose between the app logo, a custom greeting or show nothing at all for complete minimalism.

Stoic is free and will always be free for as long as it doesn't require large servers to accommodate its features. New features will be added frequently and is subject to user feedback.

Stoic does not access any of the user's information or relay it to any remote serve. The storage access in Stoic is strictly for containing user settings and can only be accessed through the local Chrome browser client.

OPTIONS MENU:

* Please pin the Stoic icon to your Extensions bar. This is currently the only way to get to the options menu.

To do this, simply click the Extensions icon in Chrome, then click the Pin icon next to the Stoic extension (an illustrated tutorial can be found in this Extension's screenshots).

** I'll be recreating the entire Chrome Extension in React.js somewhere in Q1 of 2021. My goal is to make the extension more dynamic and easier to use.

Updates:
Ver. 2.1.1:
- Updated total weeks for 2021 and beyond.
Ver. 2.1.0:
- Hosted the quotes API on heroku. If you'd like to contribute to the quotes, please send a pull request and I'll gladly add the quote(s)! I'll have to filter it out to make sure that we don't have any copies though!
- Added more quotes
Ver. 2.0.6:
- Apparently, 2020 has 53 weeks, NOT 52.
Ver. 2.0.5:
- More quotes
- Updated CSS styling
- Optimized CSS
Ver. 2.0.4:
- More quotes
Ver. 2.0.3:
- More quotes
- Started using modules to keep the JavaScript clean
Ver. 2.0.2:
- More quotes
Ver. 2.0.1:
- More quotes                    

Základní Informace o Rozšíření

Název Stoic Stoic
ID fpbnigkchpappkjonhlgipoofpfklkjk
Oficiální URL https://chromewebstore.google.com/detail/stoic/fpbnigkchpappkjonhlgipoofpfklkjk
Popis Stoic - Philosophy & Productivity
Velikost souboru 40.73 KB
Počet instalací 204
Aktuální Verze 2.1.1
Poslední Aktualizace 2021-01-02
Datum Vydání 2020-09-07
Hodnocení 4.71/5 Celkem 7 Hodnocení
Vývojář KvnCnls
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stoic",
    "version": "2.1.1",
    "description": "Stoic - Philosophy & Productivity",
    "icons": {
        "128": "Stoic - 128px.png",
        "48": "Stoic - 48px.png",
        "16": "Stoic - 16px.png"
    },
    "browser_action": {
        "default_icon": "Stoic - 16px.png",
        "default_popup": "popup.html",
        "default_title": "Stoic - Click for Options."
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}