New Tab Manager

New Chrome extensions manager

New Tab Managerとは何ですか?

New Tab Managerはhttps://oscapps.comによって開発されたChromeの拡張機能で、その主な機能は「New Chrome extensions manager」です。

拡張機能のスクリーンショット

screenshot

New Tab Manager拡張機能のCRXファイルをダウンロード

New Tab Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}