New Tab No Shortcuts

Replaces the New Tab page with google.com.

New Tab No Shortcuts क्या है?

New Tab No Shortcuts amiller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the New Tab page with google.com."।

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

screenshot

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

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

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

                        This extension replaces the standard new tab page with google.com. All new windows and tabs will open directly to google.com.

This is for people who don't want to worry about which frequently visited sites may show up on the new tab page, or who would prefer all new tabs to open directly to google.com.                    

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

नाम New Tab No Shortcuts New Tab No Shortcuts
ID hckndkmfhfpjdnagcgdahfipkhhahbfk
आधिकारिक URL https://chromewebstore.google.com/detail/new-tab-no-shortcuts/hckndkmfhfpjdnagcgdahfipkhhahbfk
विवरण Replaces the New Tab page with google.com.
फ़ाइल का आकार 8.82 KB
स्थापना संख्या 118
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-02-02
प्रकाशन तिथि 2020-01-29
डेवलपर amiller
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab No Shortcuts",
    "short_name": "New Tab No Shortcuts",
    "version": "1.1",
    "minimum_chrome_version": "29",
    "description": "Replaces the New Tab page with google.com.",
    "author": "Andrew Miller",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    }
}