Studio Ghibli New Tab

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

Was ist Studio Ghibli New Tab?

Studio Ghibli New Tab ist eine Chrome-Erweiterung, die von zakw.dev entwickelt wurde, und ihr Hauptmerkmal ist "Still from a Studio Ghibli movie as the Chrome new tab background!".

Erweiterungsscreenshots

screenshot
screenshot

Studio Ghibli New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Studio Ghibli New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/)                    

Grundlegende Informationen zur Erweiterung

Name Studio Ghibli New Tab Studio Ghibli New Tab
ID fmdejajfcfdnbbanalgjibhcgbhihphd
Offizielle URL https://chromewebstore.google.com/detail/studio-ghibli-new-tab/fmdejajfcfdnbbanalgjibhcgbhihphd
Beschreibung Still from a Studio Ghibli movie as the Chrome new tab background!
Dateigröße 183 KB
Installationsanzahl 4,031
Aktuelle Version 0.1.5
Letztes Update 2024-02-08
Veröffentlichungsdatum 2022-12-31
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler zakw.dev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/zakwht/ghibli
Unterstützte Sprachen 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"
    }
}