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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}