New Tab Redirect to Apps - Axlg

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

Co to jest New Tab Redirect to Apps - Axlg?

New Tab Redirect to Apps - Axlg to rozszerzenie Chrome opracowane przez https://axl-g.com, a jego główną funkcją jest „Simple extension that will bring you back the classic Apps-Based New tab page!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia New Tab Redirect to Apps - Axlg

Pobierz pliki rozszerzeń New Tab Redirect to Apps - Axlg w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa New Tab Redirect to Apps - Axlg New Tab Redirect to Apps - Axlg
ID nkglplbcmeamjpiegkcjhfogcjfggjjp
Oficjalny URL https://chromewebstore.google.com/detail/new-tab-redirect-to-apps/nkglplbcmeamjpiegkcjhfogcjfggjjp
Opis Simple extension that will bring you back the classic Apps-Based New tab page!
Rozmiar pliku 7.7 KB
Liczba instalacji 627
Aktualna Wersja 2
Ostatnia Aktualizacja 2016-10-07
Data Publikacji 2016-10-05
Ocena 4.73/5 Łącznie 40 Oceny
Deweloper https://axl-g.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://axl-g.com/
Obsługiwane Języki 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"
    }
}