Studio Ghibli New Tab
Still from a Studio Ghibli movie as the Chrome new tab background!
What is Studio Ghibli New Tab?
Studio Ghibli New Tab is a Chrome extension developed by zakw.dev, and its main feature is "Still from a Studio Ghibli movie as the Chrome new tab background!".
Extension Screenshots
Download Studio Ghibli New Tab Extension CRX File
Download Studio Ghibli New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/)
Extension Basic Information
Name | Studio Ghibli New Tab |
ID | fmdejajfcfdnbbanalgjibhcgbhihphd |
Official URL | https://chromewebstore.google.com/detail/studio-ghibli-new-tab/fmdejajfcfdnbbanalgjibhcgbhihphd |
Description | Still from a Studio Ghibli movie as the Chrome new tab background! |
File Size | 183 KB |
Installation Count | 4,031 |
Current Version | 0.1.5 |
Last Updated | 2024-02-08 |
Publish Date | 2022-12-31 |
Rating | 4.83/5 Total 6 Ratings |
Developer | zakw.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zakwht/ghibli |
Supported Languages | 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" } } |