Studio Ghibli New Tab

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

Studio Ghibli New Tabคืออะไร?

Studio Ghibli New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zakw.dev และคุณลักษณะหลักของมันคือ "Still from a Studio Ghibli movie as the Chrome new tab background!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Studio Ghibli New Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}