Stoic

Stoic - Philosophy & Productivity

Co to jest Stoic?

Stoic to rozszerzenie Chrome opracowane przez KvnCnls, a jego główną funkcją jest „Stoic - Philosophy & Productivity”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Stoic

Pobierz pliki rozszerzeń Stoic w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Stoic Stoic
ID fpbnigkchpappkjonhlgipoofpfklkjk
Oficjalny URL https://chromewebstore.google.com/detail/stoic/fpbnigkchpappkjonhlgipoofpfklkjk
Opis Stoic - Philosophy & Productivity
Rozmiar pliku 40.73 KB
Liczba instalacji 204
Aktualna Wersja 2.1.1
Ostatnia Aktualizacja 2021-01-02
Data Publikacji 2020-09-07
Ocena 4.71/5 Łącznie 7 Oceny
Deweloper KvnCnls
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}