Foxy New Tab

Custom Chrome/Chromium New Tab Page, just for me!

Cos'è Foxy New Tab?

Foxy New Tab è un'estensione di Chrome sviluppata da laserhawk64, e la sua funzione principale è "Custom Chrome/Chromium New Tab Page, just for me!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Foxy New Tab

Scarica i file di estensione Foxy New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension replaces your New Tab page with a static picture of a smug red fox. There will only ever be one picture, and there will only ever be one 'Foxy New Tab' Chrome Extension... unless Google decides to break backwards compatibility someday, in which case there might be two such extensions, and there might be zero. Time will tell...

This upload primarily serves as a workaround for the new (and exceedingly myopic) "We don't like Extensions that aren't in the Store" policy that exists in the official Chrome browser for Windows. If you like it, great. If you don't, uninstall it and move on. In either case, good luck to you :)                    

Informazioni di Base sull'Estensione

Nome Foxy New Tab Foxy New Tab
ID bonjaelihdcjneiffcfkehppkndfggem
URL Ufficiale https://chromewebstore.google.com/detail/foxy-new-tab/bonjaelihdcjneiffcfkehppkndfggem
Descrizione Custom Chrome/Chromium New Tab Page, just for me!
Dimensione del File 262 KB
Conteggio Installazioni 22
Versione Corrente 1.0
Ultimo Aggiornamento 2023-08-25
Data di Pubblicazione 2017-10-09
Sviluppatore laserhawk64
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Christopher Havel",
    "content_scripts": [
        {
            "css": [
                "newtab.css"
            ],
            "html": [
                "newtab.html"
            ],
            "matches": [
                "https:\/\/*\/_\/chrome\/newtab*",
                "*:\/\/local-ntp\/local-ntp.html"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Custom Chrome\/Chromium New Tab Page, just for me!",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "name": "Foxy New Tab",
    "version": "1.0"
}