Studio Ghibli New Tab

Still from a Studio Ghibli movie as the Chrome new tab background!

Studio Ghibli New Tab là gì?

Studio Ghibli New Tab là một tiện ích mở rộng Chrome được phát triển bởi zakw.dev, và tính năng chính của nó là "Still from a Studio Ghibli movie as the Chrome new tab background!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Studio Ghibli New Tab

Tải xuống các tệp mở rộng Studio Ghibli New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Studio Ghibli New Tab Studio Ghibli New Tab
ID fmdejajfcfdnbbanalgjibhcgbhihphd
URL Chính Thức https://chromewebstore.google.com/detail/studio-ghibli-new-tab/fmdejajfcfdnbbanalgjibhcgbhihphd
Mô tả Still from a Studio Ghibli movie as the Chrome new tab background!
Kích Thước Tệp 183 KB
Số Lần Cài Đặt 4,031
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2024-02-08
Ngày Phát Hành 2022-12-31
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển zakw.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/zakwht/ghibli
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}