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 |
官方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": [] } |