新标签页打开链接

在新标签页打开链接

新标签页打开链接란 무엇입니까?

新标签页打开链接은(는) 0xff336699에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "在新标签页打开链接"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

新标签页打开链接 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        链接在新窗口打开。
部分网站是在当前网页打开新连接,这种方式有时并不方便浏览,所以就有了这个工具,您可以自己设置该网站或者该网站的某个目录下的链接是否在新窗口打开。                    

확장 프로그램 기본 정보

이름 新标签页打开链接 新标签页打开链接
ID jhcdleggihplnbelpiohloibgpnckjip
공식 URL https://chromewebstore.google.com/detail/%E6%96%B0%E6%A0%87%E7%AD%BE%E9%A1%B5%E6%89%93%E5%BC%80%E9%93%BE%E6%8E%A5/jhcdleggihplnbelpiohloibgpnckjip
설명 在新标签页打开链接
파일 크기 1.03 MB
설치 횟수 1,027
현재 버전 1.0.1
최근 업데이트 2022-08-16
출시 날짜 2022-07-12
평점 4.86/5 총 7 개의 평점
개발자 0xff336699
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "\u5728\u65b0\u6807\u7b7e\u9875\u6253\u5f00\u94fe\u63a5",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/third\/jquery3.6.0\/jquery.js",
                "menus.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "\u6807\u7b7e"
    },
    "icons": {
        "16": "label16.png",
        "32": "label32.png",
        "48": "label48.png",
        "128": "label128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                ".\/third\/f7\/framework7-bundle.css",
                ".\/third\/f7\/framework7-bundle-rtl.css",
                ".\/third\/f7\/framework7-bundle.js",
                ".\/third\/f7\/iframe.js",
                "iframe.html",
                "confUtils.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "zh_CN"
}