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!”。

扩展截图

screenshot
screenshot

下载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 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
电子邮箱 [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"
    }
}