Studio Ghibli New Tab
Still from a Studio Ghibli movie as the Chrome new tab background!
Wat is Studio Ghibli New Tab?
Studio Ghibli New Tab is een Chrome-extensie ontwikkeld door zakw.dev, en de belangrijkste functie is "Still from a Studio Ghibli movie as the Chrome new tab background!".
Extensie Screenshots
Download het CRX-bestand van de extensie Studio Ghibli New Tab
Download Studio Ghibli New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/)
Basisinformatie over de Extensie
Naam | Studio Ghibli New Tab |
ID | fmdejajfcfdnbbanalgjibhcgbhihphd |
Officiële URL | https://chromewebstore.google.com/detail/studio-ghibli-new-tab/fmdejajfcfdnbbanalgjibhcgbhihphd |
Beschrijving | Still from a Studio Ghibli movie as the Chrome new tab background! |
Bestandsgrootte | 183 KB |
Aantal Installaties | 4,031 |
Huidige Versie | 0.1.5 |
Laatst Bijgewerkt | 2024-02-08 |
Publicatiedatum | 2022-12-31 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | zakw.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/zakwht/ghibli |
Ondersteunde Talen | 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" } } |