Blank New Tab Page - White Smoke

A blank new tab page with white smoke background, which also supports dark mode.

Blank New Tab Page - White Smoke क्या है?

Blank New Tab Page - White Smoke https://yuhaofe.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A blank new tab page with white smoke background, which also supports dark mode."।

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

screenshot

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

crx प्रारूप में Blank New Tab Page - White Smoke एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension replaces the default new tab page with a white smoke background blank page, which also supports dark mode and incognito mode.

You may hide the toolbar icon by right click on it.                    

एक्सटेंशन की मूल जानकारी

नाम Blank New Tab Page - White Smoke Blank New Tab Page - White Smoke
ID jmbngnnlimnakiibacglaeflpghellfh
आधिकारिक URL https://chromewebstore.google.com/detail/blank-new-tab-page-white/jmbngnnlimnakiibacglaeflpghellfh
विवरण A blank new tab page with white smoke background, which also supports dark mode.
फ़ाइल का आकार 9.44 KB
स्थापना संख्या 3,742
वर्तमान संस्करण 0.2.3
अंतिम अपडेट 2022-04-05
प्रकाशन तिथि 2019-04-14
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://yuhaofe.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://yuhaofe.com/blank-new-tab-page
सहायता पृष्ठ URL https://github.com/yuhaofe/Blank-New-Tab-Page---White-Smoke/issues
समर्थित भाषाएँ en,es,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "description": "__MSG_extdesc__",
    "version": "0.2.3",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/blank16.png",
        "32": "icons\/blank32.png",
        "48": "icons\/blank48.png",
        "128": "icons\/blank128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/blank16.png",
            "32": "icons\/blank32.png"
        },
        "default_popup": "src\/options.html"
    },
    "chrome_url_overrides": {
        "newtab": "src\/blank.html"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "incognito": "split",
    "default_locale": "en"
}