My New Tab

Improve your new tab experience!

My New Tab क्या है?

My New Tab https://newtab.cc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve your new tab experience!"।

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

screenshot
screenshot
screenshot

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

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

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

                        With this one single extension you can get the latest news about:

✭ Automobile
✭ Cryptocurrencies
✭ Men's fashion
✭ Women's fashion
✭ Home & Garden
✭ Insurance
✭ Travel

Every time you open a new tab, you can read daily news about your favorite topic.

This extension sets a new tab page with a search bar provided by Bing.

And you can switch category just with a single click on the top menu!

Required permissions:
'Set your new tab' - this permission is needed for the “New Tab” page.

Privacy:
Your privacy matters. Here's how we protect it: https://www.newtab.cc/privacy
Terms Of Use: https://www.newtab.cc/eula

By clicking "Add to chrome", I accept and agree to installing Tab Saver Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.                    

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

नाम My New Tab My New Tab
ID ibcdapcpgpofknnfbggcaikbggahcdfi
आधिकारिक URL https://chromewebstore.google.com/detail/my-new-tab/ibcdapcpgpofknnfbggcaikbggahcdfi
विवरण Improve your new tab experience!
फ़ाइल का आकार 16.92 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1
अंतिम अपडेट 2021-06-11
प्रकाशन तिथि 2019-11-06
रेटिंग 4.32/5 कुल 196 रेटिंग्स
डेवलपर https://newtab.cc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.newtab.cc
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My New Tab",
    "short_name": "My New Tab",
    "description": "Improve your new tab experience!",
    "version": "1",
    "incognito": "split",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.newtab.cc\/*",
            "*:\/\/newtab.cc\/*"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "*:\/\/*.newtab.cc\/*",
        "*:\/\/newtab.cc\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png"
        },
        "default_title": "Enhanced Search"
    },
    "manifest_version": 2
}