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
官方URL 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"
    ]
}