Elementary New Tab

Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser

Elementary New Tab क्या है?

Elementary New Tab Gamake द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        💎 Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser.

✨ Fast switching of the search service Google, Yandex, Bing, choose what you need with one click.

✨ Extensive gallery of quality images for the background of your page

✨ Minimalistic customizable tabs for quick access to your favorite sites                    

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

नाम Elementary New Tab Elementary New Tab
ID nkchlojdkebfdanfjngpdimocljgpfhh
आधिकारिक URL https://chromewebstore.google.com/detail/elementary-new-tab/nkchlojdkebfdanfjngpdimocljgpfhh
विवरण Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser
फ़ाइल का आकार 2.92 MB
स्थापना संख्या 72
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2021-01-17
प्रकाशन तिथि 2020-12-20
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Gamake
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,fr,tr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elementary New Tab",
    "description": "__MSG_extDescription__",
    "version": "1.0.4",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/images\/icons\/icon_16.png",
        "48": "assets\/images\/icons\/icon_48.png",
        "128": "assets\/images\/icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "topSites",
        "*:\/\/wallhaven.cc\/*"
    ]
}