SquareTab
SquareTab allows you to fully customize your browsers start page
Hvad er SquareTab?
SquareTab er en Chrome-udvidelse udviklet af SquareMedia, og dens hovedfunktion er "SquareTab allows you to fully customize your browsers start page".
Udvidelsesskærmbilleder
Download SquareTab-udvidelses-CRX-fil
Download SquareTab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hnjlcpngjhdoehbjfkmhjagmmojcimnc |
| Officiel URL | https://chromewebstore.google.com/detail/squaretab/hnjlcpngjhdoehbjfkmhjagmmojcimnc |
| Beskrivelse | SquareTab allows you to fully customize your browsers start page |
| Filstørrelse | 492 KB |
| Antal Installationer | 4,698 |
| Nuværende Version | 2.1.2 |
| Senest Opdateret | 2024-02-17 |
| Udgivelsesdato | 2022-09-10 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | SquareMedia |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | https://squarestartpage.com/contact |
| URL til Fortrolighedspolitik Side | https://squarestartpage.com/privacy?ref=cws |
| Understøttede Sprog | 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": []
} | |