Philosopher King - New Tab
Learn philosophy and incorporate it into your day without even trying.
什么是Philosopher King - New Tab?
Philosopher King - New Tab是由The Daily Stoic开发的Chrome扩展程序,该扩展的主要功能是“Learn philosophy and incorporate it into your day without even trying.”。
扩展截图
下载Philosopher King - New Tab扩展crx文件
下载Philosopher King - New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Philosopher King - New Tab |
ID | npdieenalgkmlplmgccallgepgcipege |
官方URL | https://chromewebstore.google.com/detail/philosopher-king-new-tab/npdieenalgkmlplmgccallgepgcipege |
简介 | Learn philosophy and incorporate it into your day without even trying. |
文件大小 | 1.42 MB |
安装次数 | 188 |
当前版本 | 0.1.3 |
更新时间 | 2016-02-28 |
上架时间 | 2016-02-28 |
评分 | 4.30/5 共10次评分 |
开发者 | The Daily Stoic |
付费类型 | free |
支持的语言 | 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'" } |