Stoic
Stoic - Philosophy & Productivity
O que é Stoic?
Stoic é uma extensão do Chrome desenvolvida por KvnCnls, e sua principal característica é "Stoic - Philosophy & Productivity".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Stoic
Baixe arquivos de extensão Stoic no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Stoic |
ID | fpbnigkchpappkjonhlgipoofpfklkjk |
URL Oficial | https://chromewebstore.google.com/detail/stoic/fpbnigkchpappkjonhlgipoofpfklkjk |
Descrição | Stoic - Philosophy & Productivity |
Tamanho do Arquivo | 40.73 KB |
Contagem de Instalações | 204 |
Versão Atual | 2.1.1 |
Última Atualização | 2021-01-02 |
Data de Publicação | 2020-09-07 |
Classificação | 4.71/5 Total de 7 Avaliações |
Desenvolvedor | KvnCnls |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |