SquareTab
SquareTab allows you to fully customize your browsers start page
Vad är SquareTab?
SquareTab är en Chrome-tillägg utvecklad av SquareMedia, och dess huvudfunktion är "SquareTab allows you to fully customize your browsers start page".
Tilläggsskärmbilder
Ladda ner SquareTab-förlängningens CRX-fil
Ladda ner SquareTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | hnjlcpngjhdoehbjfkmhjagmmojcimnc |
| Officiell webbadress | https://chromewebstore.google.com/detail/squaretab/hnjlcpngjhdoehbjfkmhjagmmojcimnc |
| Beskrivning | SquareTab allows you to fully customize your browsers start page |
| Filstorlek | 492 KB |
| Antal Installationer | 4,698 |
| Aktuell Version | 2.1.2 |
| Senast Uppdaterad | 2024-02-17 |
| Publiceringsdatum | 2022-09-10 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | SquareMedia |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://squarestartpage.com/contact |
| URL till Sekretesspolicy Sidan | https://squarestartpage.com/privacy?ref=cws |
| Stödda Språk | 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": []
} | |