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
Eメール [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"
    }
}