Yet Another New Tab Page
It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…
Что такое Yet Another New Tab Page?
Yet Another New Tab Page - это расширение Chrome, разработанное Brian Mock, и его основная функция - "It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…".
Снимки экрана расширения
Скачать файл CRX расширения Yet Another New Tab Page
Скачайте файлы расширений Yet Another New Tab Page в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved performance. Check out the source code on GitHub! https://github.com/wavebeem/yantp
Основная информация о расширении
Название | |
ID | imfkhhcponjpjhfpaccepedaabjclbjj |
Официальный URL | https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj |
Описание | It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved… |
Размер файла | 9.39 KB |
Количество установок | 194 |
Текущая Версия | 21.0 |
Последнее Обновление | 2017-11-19 |
Дата публикации | 2017-11-19 |
Рейтинг | 4.43/5 Всего 14 оценок |
Разработчик | Brian Mock |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/wavebeem/yantp |
URL страницы помощи | https://github.com/wavebeem/yantp |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "21.0", "name": "Yet Another New Tab Page", "short_name": "yantp", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "topSites", "bookmarks", "chrome:\/\/favicon\/" ], "chrome_url_overrides": { "newtab": "ntp.html" } } |