TNT - The New Tab

This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!

TNT - The New Tab क्या है?

TNT - The New Tab https://permutat.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!"।

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

screenshot
screenshot

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

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

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

                        TNT - The New Tab

- define your own new tab 
- pick some predefined URLs
- support your own URL
- or use TNT-page

TNT doesn't need any special Permission!!

Version 1.1.0

- fixed loosing settings after Chrome updates
- removed rapidshare from TNT-options
- added domain extensions to labels for TNT-tabbuttons                    

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

नाम TNT - The New Tab TNT - The New Tab
ID fibejpdhnnpjcmpdfkcoeeombnhmjmao
आधिकारिक URL https://chromewebstore.google.com/detail/tnt-the-new-tab/fibejpdhnnpjcmpdfkcoeeombnhmjmao
विवरण This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!
फ़ाइल का आकार 162 KB
स्थापना संख्या 36
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2015-08-11
प्रकाशन तिथि 2015-08-11
डेवलपर https://permutat.de
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "name": "TNT - The New Tab",
    "description": "This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!",
    "version": "1.1.0",
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "options.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}