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…

Cos'è URL Scheme Linker?

URL Scheme Linker è un'estensione di Chrome sviluppata da naonaorange, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL Scheme Linker

Scarica i file di estensione URL Scheme Linker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome URL Scheme Linker URL Scheme Linker
ID ehjbohgjfoinhghcffmamlieahbfkkmi
URL Ufficiale https://chromewebstore.google.com/detail/url-scheme-linker/ehjbohgjfoinhghcffmamlieahbfkkmi
Descrizione This extension link HTTP URL to the software installed in your PC via URL scheme. You can execute the software when URL is matched…
Dimensione del File 181 KB
Conteggio Installazioni 19
Versione Corrente 1.2
Ultimo Aggiornamento 2021-07-14
Data di Pubblicazione 2021-07-07
Sviluppatore naonaorange
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/naonaorange/url_scheme_linker
URL della Pagina di Aiuto https://github.com/naonaorange/url_scheme_linker
URL della Pagina della Politica sulla Privacy https://github.com/naonaorange/url_scheme_linker/blob/main/PrivacyPolicy.md
Lingue Supportate 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"
    }
}