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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย naonaorange และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Scheme Linker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}