Empty New Tab Page

With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.

Empty New Tab Page क्या है?

Empty New Tab Page [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails."।

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

screenshot
screenshot

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

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

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

                        For those who don't want to worry which recently visited pages show up on the new tab page, who prefer plain over noisy, simple over complex.

Version 1.2.0 adds dark mode support.                    

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

नाम Empty New Tab Page Empty New Tab Page
ID dpjamkmjmigaoobjbekmfgabipmfilij
आधिकारिक URL https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij
विवरण With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
फ़ाइल का आकार 10.61 KB
स्थापना संख्या 198,868
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2021-09-14
प्रकाशन तिथि 2019-05-13
रेटिंग 4.40/5 कुल 1183 रेटिंग्स
डेवलपर [email protected]
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Empty New Tab Page",
    "version": "1.2.0",
    "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "empty_ntp.html"
    }
}