新标签页打开链接

在新标签页打开链接

新标签页打开链接とは何ですか?

新标签页打开链接は0xff336699によって開発されたChromeの拡張機能で、その主な機能は「在新标签页打开链接」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

新标签页打开链接拡張機能のCRXファイルをダウンロード

新标签页打开链接拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 新标签页打开链接 新标签页打开链接
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
Eメール [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"
}