NCT New Tab

Replaces each new tab with an NCT picture and quote.

Vad är NCT New Tab?

NCT New Tab är en Chrome-tillägg utvecklad av jennifer, och dess huvudfunktion är "Replaces each new tab with an NCT picture and quote.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner NCT New Tab-förlängningens CRX-fil

Ladda ner NCT New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn NCT New Tab NCT New Tab
ID fgigciogjfempoibledajebmlabaekee
Officiell webbadress https://chromewebstore.google.com/detail/nct-new-tab/fgigciogjfempoibledajebmlabaekee
Beskrivning Replaces each new tab with an NCT picture and quote.
Filstorlek 13.54 MB
Antal Installationer 524
Aktuell Version 1.1
Senast Uppdaterad 2021-01-07
Publiceringsdatum 2020-12-29
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare jennifer
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}