New Tab No Doodles
Remove Google doodles from the new tab page.
Что такое New Tab No Doodles?
New Tab No Doodles - это расширение Chrome, разработанное Gaston Lagaffe, и его основная функция - "Remove Google doodles from the new tab page.".
Снимки экрана расширения
Скачать файл CRX расширения New Tab No Doodles
Скачайте файлы расширений New Tab No Doodles в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension replaces the new tab page with a page that aims to remain visually similar to the new tab page but without any Google doodles.
NOTE: Personalized and dynamic aspects of the new tab page (such as themes, wallpapers and shortcuts) are not supported. Основная информация о расширении
| Название | |
| ID | elinkdhiglllcjpdilenamlilknhbppj |
| Официальный URL | https://chromewebstore.google.com/detail/new-tab-no-doodles/elinkdhiglllcjpdilenamlilknhbppj |
| Описание | Remove Google doodles from the new tab page. |
| Размер файла | 27.28 KB |
| Количество установок | 2,222 |
| Текущая Версия | 1.1.2 |
| Последнее Обновление | 2023-08-25 |
| Дата публикации | 2022-06-19 |
| Рейтинг | 4.84/5 Всего 19 оценок |
| Разработчик | Gaston Lagaffe |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Tab No Doodles",
"description": "Remove Google doodles from the new tab page.",
"version": "1.1.2",
"manifest_version": 3,
"chrome_url_overrides": {
"newtab": "home.html"
},
"icons": {
"16": "favicon16.png",
"32": "favicon32.png",
"48": "seedling48.png",
"128": "seedling128.png"
}
} | |