新标签页打开链接

在新标签页打开链接

What is 新标签页打开链接?

新标签页打开链接 is a Chrome extension developed by 0xff336699, and its main feature is "在新标签页打开链接".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 新标签页打开链接 Extension CRX File

Download 新标签页打开链接 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 新标签页打开链接 新标签页打开链接
ID jhcdleggihplnbelpiohloibgpnckjip
Official 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
Description 在新标签页打开链接
File Size 1.03 MB
Installation Count 1,027
Current Version 1.0.1
Last Updated 2022-08-16
Publish Date 2022-07-12
Rating 4.86/5 Total 7 Ratings
Developer 0xff336699
Email [email protected]
Payment Type free
Supported Languages 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"
}