NCT New Tab

Replaces each new tab with an NCT picture and quote.

Co to jest NCT New Tab?

NCT New Tab to rozszerzenie Chrome opracowane przez jennifer, a jego główną funkcją jest „Replaces each new tab with an NCT picture and quote.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia NCT New Tab

Pobierz pliki rozszerzeń NCT 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

                        NCT New Tab replaces each new tab page with an NCT picture and quote. There are over 200 combinations of background colors, pictures, and quotes!                    

Podstawowe informacje o rozszerzeniu

Nazwa NCT New Tab NCT New Tab
ID fgigciogjfempoibledajebmlabaekee
Oficjalny URL https://chromewebstore.google.com/detail/nct-new-tab/fgigciogjfempoibledajebmlabaekee
Opis Replaces each new tab with an NCT picture and quote.
Rozmiar pliku 13.54 MB
Liczba instalacji 524
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-01-07
Data Publikacji 2020-12-29
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper jennifer
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NCT New Tab",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Replaces each new tab with an NCT picture and quote.",
    "chrome_url_overrides": {
        "newtab": "page.html"
    },
    "icons": {
        "16": "smalljaemin.png",
        "32": "smalljaemin.png",
        "48": "smalljaemin.png",
        "128": "smalljaemin.png"
    },
    "browser_action": {
        "default_title": "NCT New Tab",
        "default_icon": "smalljaemin.png"
    }
}