Studio Ghibli New Tab

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

Vad är Studio Ghibli New Tab?

Studio Ghibli New Tab är en Chrome-tillägg utvecklad av zakw.dev, och dess huvudfunktion är "Still from a Studio Ghibli movie as the Chrome new tab background!".

Tilläggsskärmbilder

screenshot
screenshot

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

Ladda ner Studio Ghibli 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

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

Grundläggande Information om Tillägg

Namn Studio Ghibli New Tab Studio Ghibli New Tab
ID fmdejajfcfdnbbanalgjibhcgbhihphd
Officiell webbadress https://chromewebstore.google.com/detail/studio-ghibli-new-tab/fmdejajfcfdnbbanalgjibhcgbhihphd
Beskrivning Still from a Studio Ghibli movie as the Chrome new tab background!
Filstorlek 183 KB
Antal Installationer 4,031
Aktuell Version 0.1.5
Senast Uppdaterad 2024-02-08
Publiceringsdatum 2022-12-31
Betyg 4.83/5 Totalt 6 Betyg
Utvecklare zakw.dev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/zakwht/ghibli
Stödda Språk 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"
    }
}