Studio Ghibli New Tab
Still from a Studio Ghibli movie as the Chrome new tab background!
Studio Ghibli New Tabとは何ですか?
Studio Ghibli New Tabはzakw.devによって開発されたChromeの拡張機能で、その主な機能は「Still from a Studio Ghibli movie as the Chrome new tab background!」です。
拡張機能のスクリーンショット
Studio Ghibli New Tab拡張機能のCRXファイルをダウンロード
Studio Ghibli New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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/)
拡張機能の基本情報
名前 | Studio Ghibli New Tab |
ID | fmdejajfcfdnbbanalgjibhcgbhihphd |
公式URL | https://chromewebstore.google.com/detail/studio-ghibli-new-tab/fmdejajfcfdnbbanalgjibhcgbhihphd |
説明 | Still from a Studio Ghibli movie as the Chrome new tab background! |
ファイルサイズ | 183 KB |
インストール数 | 4,031 |
現在のバージョン | 0.1.5 |
最終更新日 | 2024-02-08 |
公開日 | 2022-12-31 |
評価 | 4.83/5 合計 6 レビュー |
開発者 | zakw.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/zakwht/ghibli |
対応言語 | 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" } } |