New Tab Manager

New Chrome extensions manager

New Tab Manager क्या है?

New Tab Manager https://oscapps.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New Chrome extensions manager"।

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

screenshot

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

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

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

                        This extension allows you to manage and test extensions that change the new tab in Chrome.

You can install and uninstall extensions from the options page and enable or disable the installed.
The new tab by default will be one that you have shown active in green.
The installed extensions are shown first.
You can test the installed extensions without change the default extension. The extension will remain active until you finish using the new tab created.
Clicking in an installed extension you will assign this extension to the button . This way you can use two new page extensions at once: the defaul new Tab (one of the active installed) and the selected by you showed in blue. If there is not anyone assigned you will open the original Chrome extension.                    

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

नाम New Tab Manager New Tab Manager
ID cgaoglehhddipnfdhdjmpcopgpejpofg
आधिकारिक URL https://chromewebstore.google.com/detail/new-tab-manager/cgaoglehhddipnfdhdjmpcopgpejpofg
विवरण New Chrome extensions manager
फ़ाइल का आकार 121 KB
स्थापना संख्या 3,787
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-01-16
प्रकाशन तिथि 2018-01-16
रेटिंग 3.33/5 कुल 12 रेटिंग्स
डेवलपर https://oscapps.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.noteboardapp.com/policy
समर्थित भाषाएँ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Manager",
    "version": "1.2",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "icons": {
        "128": "img\/icon.png"
    },
    "default_locale": "en",
    "offline_enabled": true,
    "description": "__MSG_extDesc__",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "extData.js",
            "newTabExt.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "New Tab Manager",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "permissions": [
        "management",
        "tabs"
    ]
}