New Tab Redirect to Apps - Axlg

Simple extension that will bring you back the classic Apps-Based New tab page!

Что такое New Tab Redirect to Apps - Axlg?

New Tab Redirect to Apps - Axlg - это расширение Chrome, разработанное https://axl-g.com, и его основная функция - "Simple extension that will bring you back the classic Apps-Based New tab page!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения New Tab Redirect to Apps - Axlg

Скачайте файлы расширений New Tab Redirect to Apps - Axlg в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        I made this because i was using another one that was asking a lots of permissions.

This will shows you Apps Page when opening a New tab and need only 1 permission that is for redirect to chrome://apps.

v2 Updated! working again!

axl-g.com                    

Основная информация о расширении

Название New Tab Redirect to Apps - Axlg New Tab Redirect to Apps - Axlg
ID nkglplbcmeamjpiegkcjhfogcjfggjjp
Официальный URL https://chromewebstore.google.com/detail/new-tab-redirect-to-apps/nkglplbcmeamjpiegkcjhfogcjfggjjp
Описание Simple extension that will bring you back the classic Apps-Based New tab page!
Размер файла 7.7 KB
Количество установок 627
Текущая Версия 2
Последнее Обновление 2016-10-07
Дата публикации 2016-10-05
Рейтинг 4.73/5 Всего 40 оценок
Разработчик https://axl-g.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://axl-g.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Redirect to Apps - Axlg",
    "description": "Simple extension that will bring you back the classic Apps-Based New tab page!",
    "version": "2",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "new_tab_redirect_to_apps.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "Axlg_Logo.png"
    }
}