Stoic

Stoic - Philosophy & Productivity

什麼是Stoic?

Stoic是由KvnCnls開發的Chrome擴展程式,該擴展的主要功能是“Stoic - Philosophy & Productivity”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Stoic擴展crx文件

下載Stoic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Stoic Stoic
ID fpbnigkchpappkjonhlgipoofpfklkjk
官方網址 https://chromewebstore.google.com/detail/stoic/fpbnigkchpappkjonhlgipoofpfklkjk
簡介 Stoic - Philosophy & Productivity
檔案大小 40.73 KB
安裝次數 204
目前版本 2.1.1
更新時間 2021-01-02
上架時間 2020-09-07
評分 4.71/5 共 7 次評分
開發者 KvnCnls
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}