Studio Ghibli New Tab
Still from a Studio Ghibli movie as the Chrome new tab background!
Apa itu Studio Ghibli New Tab?
Studio Ghibli New Tab adalah ekstensi Chrome yang dikembangkan oleh zakw.dev, dan fitur utamanya adalah "Still from a Studio Ghibli movie as the Chrome new tab background!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Studio Ghibli New Tab
Unduh file ekstensi Studio Ghibli New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/)
Informasi Dasar Ekstensi
Nama | Studio Ghibli New Tab |
ID | fmdejajfcfdnbbanalgjibhcgbhihphd |
URL Resmi | https://chromewebstore.google.com/detail/studio-ghibli-new-tab/fmdejajfcfdnbbanalgjibhcgbhihphd |
Deskripsi | Still from a Studio Ghibli movie as the Chrome new tab background! |
Ukuran File | 183 KB |
Jumlah Instalasi | 4,031 |
Versi Saat Ini | 0.1.5 |
Terakhir Diperbarui | 2024-02-08 |
Tanggal Publikasi | 2022-12-31 |
Penilaian | 4.83/5 Total 6 Penilaian |
Pengembang | zakw.dev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/zakwht/ghibli |
Bahasa yang Didukung | 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" } } |