The Creative Independent’s Extension
Displays a quote from The Creative Independent on your new tab.
ما هو The Creative Independent’s Extension؟
The Creative Independent’s Extension هو إضافة Chrome تم تطويرها بواسطة https://thecreativeindependent.com، والميزة الرئيسية لها هي "Displays a quote from The Creative Independent on your new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The Creative Independent’s Extension
قم بتنزيل ملفات الامتداد The Creative Independent’s Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Any time you open a new tab, you’ll see a quote from an interview on The Creative Independent. It’s a good way to remember TCI exists as you go about your browsing rituals. This new tab Chrome extension can be run completely offline. When you go back online, it will pull new quotes from TCI. Our Chrome extension will never track your browsing history or collect any data about you. It’s also completely open source.
معلومات أساسية عن التمديد
الاسم | The Creative Independent’s Extension |
ID | hfpihhnbilfkcjakaeopanccjlcnnefp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/the-creative-independent%E2%80%99/hfpihhnbilfkcjakaeopanccjlcnnefp |
الوصف | Displays a quote from The Creative Independent on your new tab. |
حجم الملف | 25.36 KB |
عدد التثبيتات | 1,464 |
النسخة الحالية | 2.0.2 |
آخر تحديث | 2022-09-27 |
تاريخ النشر | 2019-10-30 |
تقييم | 4.92/5 مجموع تقييمات 12 |
المطور | https://thecreativeindependent.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://thecreativeindependent.com/extension/ |
عنوان صفحة المساعدة | https://thecreativeindependent.com/extension/ |
عنوان صفحة سياسة الخصوصية | https://thecreativeindependent.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "The Creative Independent\u2019s Extension", "version": "2.0.2", "description": "Displays a quote from The Creative Independent on your new tab.", "icons": { "16": ".\/icons\/tci-chrome-16.png", "48": ".\/icons\/tci-chrome-48.png", "128": ".\/icons\/tci-chrome-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/thecreativeindependent.com\/api\/*" ], "js": [ "app.js" ] } ] } |