Foxy Newtab
Mesmerizing Search New Tab - Search better and look better too.
Что такое Foxy Newtab?
Foxy Newtab - это расширение Chrome, разработанное https://tryfoxy.com, и его основная функция - "Mesmerizing Search New Tab - Search better and look better too.".
Снимки экрана расширения
Скачать файл CRX расширения Foxy Newtab
Скачайте файлы расширений Foxy Newtab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Mesmerizing Search New Tab - Search better and look better too.
Turn your regular start page into a mesmerizing one with Foxy Newtab. Extension can change your new tab search. By clicking "Add to chrome", I accept and agree to installing the " Foxy Newtab" Chrome extension and setting Chrome™ new tab search to that provided by the service and the Terms of Use and Privacy Policy.
Privacy policy: http://www.solex.io/privacy/
Terms of use: http://www.solex.io/terms/ Основная информация о расширении
| Название | |
| ID | opnnjhlgdknkcigifiekfnjmkdfdgcjd |
| Официальный URL | https://chromewebstore.google.com/detail/foxy-newtab/opnnjhlgdknkcigifiekfnjmkdfdgcjd |
| Описание | Mesmerizing Search New Tab - Search better and look better too. |
| Размер файла | 2.37 MB |
| Количество установок | 56,305 |
| Текущая Версия | 18880.2311.15.1118 |
| Последнее Обновление | 2023-11-16 |
| Дата публикации | 2018-12-13 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | https://tryfoxy.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | http://www.solex.io/privacy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"manifest_version": 3,
"name": "Foxy Newtab",
"description": "Mesmerizing Search New Tab - Search better and look better too.",
"version": "18880.2311.15.1118",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"omnibox": {
"keyword": "tf"
},
"background": {
"service_worker": "background.js"
}
} | |