Dark Tab

Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.

Dark Tab क्या है?

Dark Tab bhavman2 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes."।

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

screenshot
screenshot
screenshot

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

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

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

                                            

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

नाम Dark Tab Dark Tab
ID hennhogejmpcmcdpjbfhangpmngfnbkl
आधिकारिक URL https://chromewebstore.google.com/detail/dark-tab/hennhogejmpcmcdpjbfhangpmngfnbkl
विवरण Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.
फ़ाइल का आकार 21.28 KB
स्थापना संख्या 12
वर्तमान संस्करण 1.3
अंतिम अपडेट 2019-01-11
प्रकाशन तिथि 2019-01-11
डेवलपर bhavman2
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Tab",
    "description": "Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.",
    "version": "1.3",
    "author": "Bhavik Raval",
    "manifest_version": 2,
    "icons": {
        "128": "light-on-128.png",
        "48": "light-on-48.png",
        "16": "light-on-16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "light-on-16.png",
        "default_title": "Dark Tab"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/api.unsplash.com\/*"
    ]
}