Thinktab
Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.
ما هو Thinktab؟
Thinktab هو إضافة Chrome تم تطويرها بواسطة thinktabextdeveloper، والميزة الرئيسية لها هي "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Thinktab
قم بتنزيل ملفات الامتداد Thinktab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Thinktab allow user to customize new tab with unlimited shortcut URLs and background images with cropping tool and image setting. You can change the images size and create customized new tab background images of family friends and things you like, including creating favorite links. By clicking "Add to chrome", I accept and agree to installing Thinktab extension and setting Chrome™ New Tab search to Bing provided by the service and the Terms of Use at Privacy Policy: https://www.thinktabext.com/privacy.html EULA: https://www.thinktabext.com/eula.html
معلومات أساسية عن التمديد
الاسم | |
ID | bdicbodmbnjojjhjhpblokklbohbcngk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/thinktab/bdicbodmbnjojjhjhpblokklbohbcngk |
الوصف | Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images. |
حجم الملف | 2.27 MB |
عدد التثبيتات | 6,000 |
النسخة الحالية | 1.11 |
آخر تحديث | 2022-07-21 |
تاريخ النشر | 2022-05-17 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | thinktabextdeveloper |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.thinktabext.com/ |
عنوان صفحة المساعدة | https://www.thinktabext.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thinktab", "description": "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.", "version": "1.11", "manifest_version": 3, "icons": { "16": "\/img\/index.png", "32": "\/img\/index.png", "48": "\/img\/index.png", "128": "\/img\/index.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "unlimitedStorage", "activeTab" ], "action": { "default_popup": "popup.html", "default_title": "Click here to show the popup to add or remove the current url from shortcut." }, "background": { "service_worker": "service_worker.js" } } |