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…

Co to jest Yet Another New Tab Page?

Yet Another New Tab Page to rozszerzenie Chrome opracowane przez Brian Mock, a jego główną funkcją jest „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…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Yet Another New Tab Page

Pobierz pliki rozszerzeń Yet Another New Tab Page 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Yet Another New Tab Page Yet Another New Tab Page
ID imfkhhcponjpjhfpaccepedaabjclbjj
Oficjalny URL https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj
Opis 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…
Rozmiar pliku 9.39 KB
Liczba instalacji 194
Aktualna Wersja 21.0
Ostatnia Aktualizacja 2017-11-19
Data Publikacji 2017-11-19
Ocena 4.43/5 Łącznie 14 Oceny
Deweloper Brian Mock
Typ Płatności free
Strona Rozszerzenia https://github.com/wavebeem/yantp
Adres URL Strony Pomocy https://github.com/wavebeem/yantp
Obsługiwane Języki 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"
    }
}