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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Still from a Studio Ghibli movie as the Chrome new tab background!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Studio Ghibli New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}