Apps in new tab

Shows the list of installed apps instead of the search page when opening a new tab.

Co to jest Apps in new tab?

Apps in new tab to rozszerzenie Chrome opracowane przez Guillaume Ryder, a jego główną funkcją jest „Shows the list of installed apps instead of the search page when opening a new tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Apps in new tab

Pobierz pliki rozszerzeń Apps in new tab 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

                        Replaces the default new tab page with the apps list.

Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab                    

Podstawowe informacje o rozszerzeniu

Nazwa Apps in new tab Apps in new tab
ID mpojaelnfgiajhilmojddklffggldfbp
Oficjalny URL https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp
Opis Shows the list of installed apps instead of the search page when opening a new tab.
Rozmiar pliku 4.63 KB
Liczba instalacji 564
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2022-10-24
Data Publikacji 2019-09-27
Ocena 2.50/5 Łącznie 2 Oceny
Deweloper Guillaume Ryder
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/guilryder/chrome-extensions/tree/master/newtab
Adres URL Strony Pomocy https://github.com/guilryder/chrome-extensions/issues
Obsługiwane Języki 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"
    }
}