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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SquareTab |
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 |
URL หน้าช่วยเหลือ | https://squarestartpage.com/contact |
URL หน้านโยบายความเป็นส่วนตัว | 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": [] } |