SquareTab
SquareTab allows you to fully customize your browsers start page
Cos'è SquareTab?
SquareTab è un'estensione di Chrome sviluppata da SquareMedia, e la sua funzione principale è "SquareTab allows you to fully customize your browsers start page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SquareTab
Scarica i file di estensione SquareTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | SquareTab |
ID | hnjlcpngjhdoehbjfkmhjagmmojcimnc |
URL Ufficiale | https://chromewebstore.google.com/detail/squaretab/hnjlcpngjhdoehbjfkmhjagmmojcimnc |
Descrizione | SquareTab allows you to fully customize your browsers start page |
Dimensione del File | 492 KB |
Conteggio Installazioni | 4,698 |
Versione Corrente | 2.1.2 |
Ultimo Aggiornamento | 2024-02-17 |
Data di Pubblicazione | 2022-09-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | SquareMedia |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://squarestartpage.com/contact |
URL della Pagina della Politica sulla Privacy | https://squarestartpage.com/privacy?ref=cws |
Lingue Supportate | 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": [] } |