新标签页打开链接

在新标签页打开链接

O que é 新标签页打开链接?

新标签页打开链接 é uma extensão do Chrome desenvolvida por 0xff336699, e sua principal característica é "在新标签页打开链接".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão 新标签页打开链接

Baixe arquivos de extensão 新标签页打开链接 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome 新标签页打开链接 新标签页打开链接
ID jhcdleggihplnbelpiohloibgpnckjip
URL Oficial 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
Descrição 在新标签页打开链接
Tamanho do Arquivo 1.03 MB
Contagem de Instalações 1,027
Versão Atual 1.0.1
Última Atualização 2022-08-16
Data de Publicação 2022-07-12
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor 0xff336699
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}