Apps in new tab
Shows the list of installed apps instead of the search page when opening a new tab.
Что такое Apps in new tab?
Apps in new tab - это расширение Chrome, разработанное Guillaume Ryder, и его основная функция - "Shows the list of installed apps instead of the search page when opening a new tab.".
Снимки экрана расширения
Скачать файл CRX расширения Apps in new tab
Скачайте файлы расширений Apps in new tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replaces the default new tab page with the apps list. Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab
Основная информация о расширении
Название | Apps in new tab |
ID | mpojaelnfgiajhilmojddklffggldfbp |
Официальный URL | https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp |
Описание | Shows the list of installed apps instead of the search page when opening a new tab. |
Размер файла | 4.63 KB |
Количество установок | 564 |
Текущая Версия | 2.0.0 |
Последнее Обновление | 2022-10-24 |
Дата публикации | 2019-09-27 |
Рейтинг | 2.50/5 Всего 2 оценок |
Разработчик | Guillaume Ryder |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/guilryder/chrome-extensions/tree/master/newtab |
URL страницы помощи | https://github.com/guilryder/chrome-extensions/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Apps in new tab", "version": "2.0.0", "description": "Shows the list of installed apps instead of the search page when opening a new tab.", "author": "Guillaume Ryder", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "apps.html" } } |