Quote Catalog - Quotes to Inspire & Motivate
Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.
What is Quote Catalog - Quotes to Inspire & Motivate?
Quote Catalog - Quotes to Inspire & Motivate is a Chrome extension developed by http://quotecatalog.com, and its main feature is "Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.".
Extension Screenshots
Download Quote Catalog - Quotes to Inspire & Motivate Extension CRX File
Download Quote Catalog - Quotes to Inspire & Motivate 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
Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension. All quotes are properly cited and from some of the world’s most engaging and intelligent people.
Extension Basic Information
Name | |
ID | ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
Official URL | https://chrome.google.com/webstore/detail/quote-catalog-quotes-to-i/ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
Description | Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension. |
File Size | 392 KB |
Installation Count | 970 |
Current Version | 12 |
Last Updated | 2018-03-23 |
Publish Date | 2018-03-23 |
Rating | 4.86/5 Total 21 Ratings |
Developer | http://quotecatalog.com |
[email protected] | |
Payment Type | free |
Extension Website | http://quotecatalog.com/quotes/inspirational |
Privacy Policy Page URL | https://quotecatalog.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quote Catalog - Quotes to Inspire & Motivate", "version": "12", "manifest_version": 2, "description": " Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.", "homepage_url": "https:\/\/quotecatalog.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "storage", "https:\/\/qc-api-usnyc-1.com\/", "https:\/\/quotecatalog.imgix.net\/", "http:\/\/rules.quantcount.com\/" ], "content_security_policy": "script-src 'self' https:\/\/rules.quantcount.com https:\/\/ssl.google-analytics.com; object-src 'self'", "offline_enabled": true, "content_scripts": [ { "matches": [ "https:\/\/quotecatalog.com\/" ], "js": [ "src\/inject\/check.js", "src\/inject\/color.js", "src\/inject\/customQuant.js" ] } ] } |