Quote Catalog - Quotes to Inspire & Motivate
Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.
Qu'est-ce que Quote Catalog - Quotes to Inspire & Motivate ?
Quote Catalog - Quotes to Inspire & Motivate est une extension Chrome développée par http://quotecatalog.com, et sa fonction principale est "Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quote Catalog - Quotes to Inspire & Motivate
Téléchargez les fichiers d'extension Quote Catalog - Quotes to Inspire & Motivate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
URL Officiel | 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. |
Taille du Fichier | 392 KB |
Nombre d'Installations | 970 |
Version Actuelle | 12 |
Dernière Mise à Jour | 2018-03-23 |
Date de Publication | 2018-03-23 |
Évaluation | 4.86/5 Total 21 Évaluations |
Développeur | http://quotecatalog.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://quotecatalog.com/quotes/inspirational |
URL de la Page de Politique de Confidentialité | https://quotecatalog.com/privacy-policy |
Langues Prises en Charge | 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" ] } ] } |