Studio Ghibli New Tab

Still from a Studio Ghibli movie as the Chrome new tab background!

Cos'è Studio Ghibli New Tab?

Studio Ghibli New Tab è un'estensione di Chrome sviluppata da zakw.dev, e la sua funzione principale è "Still from a Studio Ghibli movie as the Chrome new tab background!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Studio Ghibli New Tab

Scarica i file di estensione Studio Ghibli 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 sets the Chrome new tab background to one of over 1,000 still shots from one of 27 Studio Ghibli movies. 

All images are retrieved from the Studio Ghibli website (https://www.ghibli.jp/)                    

Informazioni di Base sull'Estensione

Nome Studio Ghibli New Tab Studio Ghibli New Tab
ID fmdejajfcfdnbbanalgjibhcgbhihphd
URL Ufficiale https://chromewebstore.google.com/detail/studio-ghibli-new-tab/fmdejajfcfdnbbanalgjibhcgbhihphd
Descrizione Still from a Studio Ghibli movie as the Chrome new tab background!
Dimensione del File 183 KB
Conteggio Installazioni 4,031
Versione Corrente 0.1.5
Ultimo Aggiornamento 2024-02-08
Data di Pubblicazione 2022-12-31
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore zakw.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/zakwht/ghibli
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "manifest_version": 3,
    "name": "Studio Ghibli New Tab",
    "short_name": "Ghibli",
    "description": "Still from a Studio Ghibli movie as the Chrome new tab background!",
    "homepage_url": "https:\/\/github.com\/zakwht\/ghibli-chrome",
    "version": "0.1.5",
    "author": "Zak White",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}