Stoic New Tab
extension to view stoic quotes and images
什么是Stoic New Tab?
Stoic New Tab是由Zach Foster开发的Chrome扩展程序,该扩展的主要功能是“extension to view stoic quotes and images”。
扩展截图
下载Stoic New Tab扩展crx文件
下载Stoic New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Begin your browsing experience with a stoic new tab, featuring a quote by a stoic author like Seneca or Marcus Aurelius. If you're interested in the quote's context, there is a link to amazon where you can purchase the book.
扩展基本信息
名称 | Stoic New Tab |
ID | egflmnkcgdbljjogbonkpahhaddkgcgp |
官方URL | https://chromewebstore.google.com/detail/stoic-new-tab/egflmnkcgdbljjogbonkpahhaddkgcgp |
简介 | extension to view stoic quotes and images |
文件大小 | 23.44 MB |
安装次数 | 124 |
当前版本 | 1.4 |
更新时间 | 2018-03-22 |
上架时间 | 2018-03-22 |
评分 | 4.17/5 共6次评分 |
开发者 | Zach Foster |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stoic New Tab", "version": "1.4", "description": "extension to view stoic quotes and images", "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 2, "web_accessible_resources": [ "newtab.css", "assets\/images\/*", "newtab.js" ] } |