SquareTab
SquareTab allows you to fully customize your browsers start page
Co to jest SquareTab?
SquareTab to rozszerzenie Chrome opracowane przez SquareMedia, a jego główną funkcją jest „SquareTab allows you to fully customize your browsers start page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SquareTab
Pobierz pliki rozszerzeń SquareTab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hnjlcpngjhdoehbjfkmhjagmmojcimnc |
| Oficjalny URL | https://chromewebstore.google.com/detail/squaretab/hnjlcpngjhdoehbjfkmhjagmmojcimnc |
| Opis | SquareTab allows you to fully customize your browsers start page |
| Rozmiar pliku | 492 KB |
| Liczba instalacji | 4,698 |
| Aktualna Wersja | 2.1.2 |
| Ostatnia Aktualizacja | 2024-02-17 |
| Data Publikacji | 2022-09-10 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | SquareMedia |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://squarestartpage.com/contact |
| Adres URL Strony Polityki Prywatności | https://squarestartpage.com/privacy?ref=cws |
| Obsługiwane Języki | 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": []
} | |