Stoic New Tab
extension to view stoic quotes and images
What is Stoic New Tab?
Stoic New Tab is a Chrome extension developed by Zach Foster, and its main feature is "extension to view stoic quotes and images".
Extension Screenshots
Download Stoic New Tab Extension CRX File
Download Stoic New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Stoic New Tab |
ID | egflmnkcgdbljjogbonkpahhaddkgcgp |
Official URL | https://chromewebstore.google.com/detail/stoic-new-tab/egflmnkcgdbljjogbonkpahhaddkgcgp |
Description | extension to view stoic quotes and images |
File Size | 23.44 MB |
Installation Count | 124 |
Current Version | 1.4 |
Last Updated | 2018-03-22 |
Publish Date | 2018-03-22 |
Rating | 4.17/5 Total 6 Ratings |
Developer | Zach Foster |
Payment Type | free |
Supported Languages | 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" ] } |