Minimal New Tab

newtab

Minimal New Tab क्या है?

Minimal New Tab downthecrop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "newtab"।

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

screenshot

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

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

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

                        Minimal New Tab - Remove Google Doodles while retaining the stock aesthetic.

All in one drop in replacement for the Chrome new tab.

I really don't like google doodles on my newtab pages. Unfortunatly due to some chrome premission settings the chrome://newtab page is unable to be hooked. And thus we can't just block doodle requests.

Features
- No Google Doodles
- No "Helpful tips"
- True Dark Theme
- Chrome Top Sites
- Custom Top Sites
- Search Bar with Suggestions
- No configuration required
- Fast!

Logo by By Danil Polshin, RU                    

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

नाम Minimal New Tab Minimal New Tab
ID afnmoecpnepccekbinlapeolhgdgjclm
आधिकारिक URL https://chromewebstore.google.com/detail/minimal-new-tab/afnmoecpnepccekbinlapeolhgdgjclm
विवरण newtab
फ़ाइल का आकार 220 KB
स्थापना संख्या 200
वर्तमान संस्करण 1.7
अंतिम अपडेट 2023-09-20
प्रकाशन तिथि 2021-04-26
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर downthecrop
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/downthecrop/minimal-new-tab
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimal New Tab",
    "version": "1.7",
    "description": "newtab",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "topSites"
    ],
    "host_permissions": [
        "*:\/\/suggestqueries.google.com\/complete\/*",
        "https:\/\/t2.gstatic.com\/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}