Open Self Tab

Remove tagA's target

Open Self Tab란 무엇입니까?

Open Self Tab은(는) luowenbiz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove tagA's target"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        使用 www.tapd.cn 

防止每次点击链接都打开新页面。                    

확장 프로그램 기본 정보

이름 Open Self Tab Open Self Tab
ID jibjdbpdbnbbmgghkmaelgkekdcgabbc
공식 URL https://chromewebstore.google.com/detail/open-self-tab/jibjdbpdbnbbmgghkmaelgkekdcgabbc
설명 Remove tagA's target
파일 크기 651 KB
설치 횟수 208
현재 버전 1.1
최근 업데이트 2017-06-02
출시 날짜 2017-06-02
평점 4.86/5 총 7 개의 평점
개발자 luowenbiz
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Self Tab",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Remove tagA's target",
    "icons": {
        "128": "img\/snow-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "img\/snow.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tapd.cn\/*"
            ],
            "css": [
                "css\/contentstyle.css"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}