Open Tab

Customize how to open a link, open in new or current tab.

Open Tab란 무엇입니까?

Open Tab은(는) https://zimoapps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize how to open a link, open in new or current tab."입니다.

Open Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Open Tab Open Tab
ID fkhjihfkdjjkfnbemicdcpgpdgonjfpg
공식 URL https://chromewebstore.google.com/detail/open-tab/fkhjihfkdjjkfnbemicdcpgpdgonjfpg
설명 Customize how to open a link, open in new or current tab.
파일 크기 16.05 KB
설치 횟수 38
현재 버전 0.9.1610.123
최근 업데이트 2015-12-24
출시 날짜 2015-12-24
평점 5.00/5 총 1 개의 평점
개발자 https://zimoapps.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://privacy.zimoapps.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Tab",
    "version": "0.9.1610.123",
    "description": "__MSG_ext_des__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon.png",
        "98": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon.png",
            "38": "img\/icon.png"
        },
        "default_title": "Open in new tab",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/event.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "permissions": [
        "",
        "notifications",
        "tabs",
        "storage"
    ]
}