Quote Catalog - Quotes to Inspire & Motivate
Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.
Co to jest Quote Catalog - Quotes to Inspire & Motivate?
Quote Catalog - Quotes to Inspire & Motivate to rozszerzenie Chrome opracowane przez http://quotecatalog.com, a jego główną funkcją jest „Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Quote Catalog - Quotes to Inspire & Motivate
Pobierz pliki rozszerzeń Quote Catalog - Quotes to Inspire & Motivate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
Oficjalny URL | https://chrome.google.com/webstore/detail/quote-catalog-quotes-to-i/ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
Opis | Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension. |
Rozmiar pliku | 392 KB |
Liczba instalacji | 970 |
Aktualna Wersja | 12 |
Ostatnia Aktualizacja | 2018-03-23 |
Data Publikacji | 2018-03-23 |
Ocena | 4.86/5 Łącznie 21 Oceny |
Deweloper | http://quotecatalog.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://quotecatalog.com/quotes/inspirational |
Adres URL Strony Polityki Prywatności | https://quotecatalog.com/privacy-policy |
Obsługiwane Języki | 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" ] } ] } |