Quote Catalog - Quotes to Inspire & Motivate
Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.
Hvad er Quote Catalog - Quotes to Inspire & Motivate?
Quote Catalog - Quotes to Inspire & Motivate er en Chrome-udvidelse udviklet af http://quotecatalog.com, og dens hovedfunktion er "Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.".
Udvidelsesskærmbilleder
Download Quote Catalog - Quotes to Inspire & Motivate-udvidelses-CRX-fil
Download Quote Catalog - Quotes to Inspire & Motivate-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
Officiel URL | https://chrome.google.com/webstore/detail/quote-catalog-quotes-to-i/ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
Beskrivelse | Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension. |
Filstørrelse | 392 KB |
Antal Installationer | 970 |
Nuværende Version | 12 |
Senest Opdateret | 2018-03-23 |
Udgivelsesdato | 2018-03-23 |
Bedømmelse | 4.86/5 Samlet 21 Bedømmelser |
Udvikler | http://quotecatalog.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://quotecatalog.com/quotes/inspirational |
URL til Fortrolighedspolitik Side | https://quotecatalog.com/privacy-policy |
Understøttede Sprog | 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" ] } ] } |