SquareTab
SquareTab allows you to fully customize your browsers start page
What is SquareTab?
SquareTab is a Chrome extension developed by SquareMedia, and its main feature is "SquareTab allows you to fully customize your browsers start page".
Extension Screenshots
Download SquareTab Extension CRX File
Download SquareTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | SquareTab |
ID | hnjlcpngjhdoehbjfkmhjagmmojcimnc |
Official URL | https://chromewebstore.google.com/detail/squaretab/hnjlcpngjhdoehbjfkmhjagmmojcimnc |
Description | SquareTab allows you to fully customize your browsers start page |
File Size | 492 KB |
Installation Count | 4,698 |
Current Version | 2.1.2 |
Last Updated | 2024-02-17 |
Publish Date | 2022-09-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | SquareMedia |
[email protected] | |
Payment Type | free |
Help Page URL | https://squarestartpage.com/contact |
Privacy Policy Page URL | https://squarestartpage.com/privacy?ref=cws |
Supported Languages | 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": [] } |