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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}