Philosopher King - New Tab
Learn philosophy and incorporate it into your day without even trying.
O que é Philosopher King - New Tab?
Philosopher King - New Tab é uma extensão do Chrome desenvolvida por The Daily Stoic, e sua principal característica é "Learn philosophy and incorporate it into your day without even trying.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Philosopher King - New Tab
Baixe arquivos de extensão Philosopher King - New Tab 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
Learn philosophy without actively setting aside time and energy to do so. Each new tab opened in Chrome will feature an inspiring wisdom from Marcus Aurelius, the ancient Roman Emperor and renowned Stoic philosopher. New quotations appear every 24 hours.
Informações Básicas da Extensão
Nome | Philosopher King - New Tab |
ID | npdieenalgkmlplmgccallgepgcipege |
URL Oficial | https://chromewebstore.google.com/detail/philosopher-king-new-tab/npdieenalgkmlplmgccallgepgcipege |
Descrição | Learn philosophy and incorporate it into your day without even trying. |
Tamanho do Arquivo | 1.42 MB |
Contagem de Instalações | 188 |
Versão Atual | 0.1.3 |
Última Atualização | 2016-02-28 |
Data de Publicação | 2016-02-28 |
Classificação | 4.30/5 Total de 10 Avaliações |
Desenvolvedor | The Daily Stoic |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Philosopher King - New Tab", "short_name": "Philosopher King", "description": "Learn philosophy and incorporate it into your day without even trying.", "version": "0.1.3", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/chromeicons\/icon16.png", "48": "images\/chromeicons\/icon48.png", "128": "images\/chromeicons\/icon128.png" }, "homepage_url": "http:\/\/philosopherking.io", "content_security_policy": "script-src 'self' https:\/\/cdn.rawgit.com\/dwyl\/html-form-send-email-via-google-script-without-server\/master\/form-submission-handler.js; object-src 'self'" } |