SquareTab
SquareTab allows you to fully customize your browsers start page
ما هو SquareTab؟
SquareTab هو إضافة Chrome تم تطويرها بواسطة SquareMedia، والميزة الرئيسية لها هي "SquareTab allows you to fully customize your browsers start page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SquareTab
قم بتنزيل ملفات الامتداد SquareTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
SquareTab changes your new tab and has a default search provider of Bing. SquareTab is free and can be easily removed anytime.
-------------------------------------------------------
By adding this extension, you agree to our privacy policy available at https://squarestartpage.com/privacy
By adding this extension, you agree to our terms of service available at https://squarestartpage.com/terms
If you have questions or feedback, you can contact us here
https://squarestartpage.com/contact
If you need help removing or resetting the Start Page, follow these steps:
https://squarestartpage.com/uninstall معلومات أساسية عن التمديد
| الاسم | |
| ID | hnjlcpngjhdoehbjfkmhjagmmojcimnc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/squaretab/hnjlcpngjhdoehbjfkmhjagmmojcimnc |
| الوصف | SquareTab allows you to fully customize your browsers start page |
| حجم الملف | 492 KB |
| عدد التثبيتات | 4,698 |
| النسخة الحالية | 2.1.2 |
| آخر تحديث | 2024-02-17 |
| تاريخ النشر | 2022-09-10 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | SquareMedia |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة المساعدة | https://squarestartpage.com/contact |
| عنوان صفحة سياسة الخصوصية | https://squarestartpage.com/privacy?ref=cws |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SquareTab",
"short_name": "SquareTab",
"description": "SquareTab allows you to fully customize your browsers start page",
"version": "2.1.2",
"manifest_version": 3,
"offline_enabled": true,
"chrome_url_overrides": {
"newtab": "\/index.html"
},
"background": {
"service_worker": "service-worker.js"
},
"permissions": [
"storage",
"topSites"
],
"optional_permissions": []
} | |