SquareTab
SquareTab allows you to fully customize your browsers start page
Что такое SquareTab?
SquareTab - это расширение Chrome, разработанное SquareMedia, и его основная функция - "SquareTab allows you to fully customize your browsers start page".
Снимки экрана расширения
Скачать файл CRX расширения SquareTab
Скачайте файлы расширений SquareTab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | hnjlcpngjhdoehbjfkmhjagmmojcimnc |
| Официальный URL | https://chromewebstore.google.com/detail/squaretab/hnjlcpngjhdoehbjfkmhjagmmojcimnc |
| Описание | SquareTab allows you to fully customize your browsers start page |
| Размер файла | 492 KB |
| Количество установок | 4,698 |
| Текущая Версия | 2.1.2 |
| Последнее Обновление | 2024-02-17 |
| Дата публикации | 2022-09-10 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | SquareMedia |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы помощи | https://squarestartpage.com/contact |
| URL страницы политики конфиденциальности | https://squarestartpage.com/privacy?ref=cws |
| Поддерживаемые языки | 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": []
} | |