SquareTab
SquareTab allows you to fully customize your browsers start page
什麼是SquareTab?
SquareTab是由SquareMedia開發的Chrome擴展程式,該擴展的主要功能是“SquareTab allows you to fully customize your browsers start page”。
擴展截圖
下載SquareTab擴展crx文件
下載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 |
官方網址 | 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": [] } |