Studio Ghibli New Tab
Still from a Studio Ghibli movie as the Chrome new tab background!
Qu'est-ce que Studio Ghibli New Tab ?
Studio Ghibli New Tab est une extension Chrome développée par zakw.dev, et sa fonction principale est "Still from a Studio Ghibli movie as the Chrome new tab background!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Studio Ghibli New Tab
Téléchargez les fichiers d'extension Studio Ghibli New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/)
Informations de Base sur l'Extension
Nom | Studio Ghibli New Tab |
ID | fmdejajfcfdnbbanalgjibhcgbhihphd |
URL Officiel | https://chromewebstore.google.com/detail/studio-ghibli-new-tab/fmdejajfcfdnbbanalgjibhcgbhihphd |
Description | Still from a Studio Ghibli movie as the Chrome new tab background! |
Taille du Fichier | 183 KB |
Nombre d'Installations | 4,031 |
Version Actuelle | 0.1.5 |
Dernière Mise à Jour | 2024-02-08 |
Date de Publication | 2022-12-31 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | zakw.dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/zakwht/ghibli |
Langues Prises en Charge | 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" } } |