URL Scheme Linker

This extension link HTTP URL to the software installed in your PC via URL scheme. You can execute the software when URL is matched…

什么是URL Scheme Linker?

URL Scheme Linker是由naonaorange开发的Chrome扩展程序,该扩展的主要功能是“This extension link HTTP URL to the software installed in your PC via URL scheme. You can execute the software when URL is matched…”。

扩展截图

screenshot

下载URL Scheme Linker扩展crx文件

下载URL Scheme Linker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension link HTTP URL to the software installed in your PC via URL scheme.
You can execute the software when URL is matched to the setting pattern.

Until now, you have to download a file temporary and execute any software, open that file manually.
But from now, this extension link to the software and execute automatically.
(of cause, this extension confirm your intension before the software execution)

You can freely choice the setting pattern or URL scheme name.
And, you can customize those setting.

This extension prepare the function that the setting export / import to the file.
so, you can have the setting file as buck up.

=====
Ver. 1.2: Close the active tab in sync thread
Ver. 1.1: Bug fix
Ver. 1.0: Initial release                    

扩展基本信息

名称 URL Scheme Linker URL Scheme Linker
ID ehjbohgjfoinhghcffmamlieahbfkkmi
官方URL https://chromewebstore.google.com/detail/url-scheme-linker/ehjbohgjfoinhghcffmamlieahbfkkmi
简介 This extension link HTTP URL to the software installed in your PC via URL scheme. You can execute the software when URL is matched…
文件大小 181 KB
安装次数 19
当前版本 1.2
更新时间 2021-07-14
上架时间 2021-07-07
开发者 naonaorange
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/naonaorange/url_scheme_linker
帮助页面URL https://github.com/naonaorange/url_scheme_linker
隐私政策页面URL https://github.com/naonaorange/url_scheme_linker/blob/main/PrivacyPolicy.md
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Scheme Linker",
    "version": "1.2",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "URL Scheme Linker",
        "default_icon": "icon16.png",
        "default_popup": "index.html"
    }
}