SquareTab
SquareTab allows you to fully customize your browsers start page
Was ist SquareTab?
SquareTab ist eine Chrome-Erweiterung, die von SquareMedia entwickelt wurde, und ihr Hauptmerkmal ist "SquareTab allows you to fully customize your browsers start page".
Erweiterungsscreenshots
SquareTab-Erweiterungs-CRX-Datei herunterladen
Laden Sie SquareTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | SquareTab |
ID | hnjlcpngjhdoehbjfkmhjagmmojcimnc |
Offizielle URL | https://chromewebstore.google.com/detail/squaretab/hnjlcpngjhdoehbjfkmhjagmmojcimnc |
Beschreibung | SquareTab allows you to fully customize your browsers start page |
Dateigröße | 492 KB |
Installationsanzahl | 4,698 |
Aktuelle Version | 2.1.2 |
Letztes Update | 2024-02-17 |
Veröffentlichungsdatum | 2022-09-10 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | SquareMedia |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://squarestartpage.com/contact |
URL der Datenschutzrichtlinien-Seite | https://squarestartpage.com/privacy?ref=cws |
Unterstützte Sprachen | 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": [] } |