New Tab Motivational Quotes
An extension which shows motivating quotes on the new tab page.
What is New Tab Motivational Quotes?
New Tab Motivational Quotes is a Chrome extension developed by Shivank Gandhi, and its main feature is "An extension which shows motivating quotes on the new tab page.".
Extension Screenshots
Download New Tab Motivational Quotes Extension CRX File
Download New Tab Motivational Quotes 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
A small extension which shows motivational quotes on the New Tab page in Chrome. I'd love to know your thoughts/suggestions in the comments. **FEATURES** * Awesome selection of quotes to keep you motivated * Minimal typographic experience * Requires no permissions * Small size **RELEASE NOTES** * Added a new simpler font, based on user feedback.
Extension Basic Information
Name | New Tab Motivational Quotes |
ID | mganbjhcinhhpelabgdgnogoaedcakke |
Official URL | https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke |
Description | An extension which shows motivating quotes on the new tab page. |
File Size | 24.92 KB |
Installation Count | 2,850 |
Current Version | 1.6.0 |
Last Updated | 2019-04-02 |
Publish Date | 2019-04-02 |
Rating | 4.63/5 Total 24 Ratings |
Developer | Shivank Gandhi |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/c.amazon-adsystem.com object-src", "name": "New Tab Motivational Quotes", "manifest_version": 2, "description": "An extension which shows motivating quotes on the new tab page.", "author": "Shivank Gandhi", "version": "1.6.0", "incognito": "split", "icons": { "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "permissions": [ "gcm", "storage", "notifications", "identity" ], "chrome_url_overrides": { "newtab": "index.html" } } |