SquareTab
SquareTab allows you to fully customize your browsers start page
Qu'est-ce que SquareTab ?
SquareTab est une extension Chrome développée par SquareMedia, et sa fonction principale est "SquareTab allows you to fully customize your browsers start page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SquareTab
Téléchargez les fichiers d'extension SquareTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | SquareTab |
ID | hnjlcpngjhdoehbjfkmhjagmmojcimnc |
URL Officiel | https://chromewebstore.google.com/detail/squaretab/hnjlcpngjhdoehbjfkmhjagmmojcimnc |
Description | SquareTab allows you to fully customize your browsers start page |
Taille du Fichier | 492 KB |
Nombre d'Installations | 4,698 |
Version Actuelle | 2.1.2 |
Dernière Mise à Jour | 2024-02-17 |
Date de Publication | 2022-09-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | SquareMedia |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://squarestartpage.com/contact |
URL de la Page de Politique de Confidentialité | https://squarestartpage.com/privacy?ref=cws |
Langues Prises en Charge | 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": [] } |