Quote Catalog - Quotes to Inspire & Motivate
Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.
ما هو Quote Catalog - Quotes to Inspire & Motivate؟
Quote Catalog - Quotes to Inspire & Motivate هو إضافة Chrome تم تطويرها بواسطة http://quotecatalog.com، والميزة الرئيسية لها هي "Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quote Catalog - Quotes to Inspire & Motivate
قم بتنزيل ملفات الامتداد Quote Catalog - Quotes to Inspire & Motivate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/quote-catalog-quotes-to-i/ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
الوصف | Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension. |
حجم الملف | 392 KB |
عدد التثبيتات | 970 |
النسخة الحالية | 12 |
آخر تحديث | 2018-03-23 |
تاريخ النشر | 2018-03-23 |
تقييم | 4.86/5 مجموع تقييمات 21 |
المطور | http://quotecatalog.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://quotecatalog.com/quotes/inspirational |
عنوان صفحة سياسة الخصوصية | https://quotecatalog.com/privacy-policy |
اللغات المدعومة | 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" ] } ] } |