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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में URL Scheme Linker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}