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 |
官方網址 | 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 |
電子郵箱 | [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" } } |