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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}