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…

Qu'est-ce que URL Scheme Linker ?

URL Scheme Linker est une extension Chrome développée par naonaorange, et sa fonction principale est "This extension link HTTP URL to the software installed in your PC via URL scheme. You can execute the software when URL is matched…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL Scheme Linker

Téléchargez les fichiers d'extension URL Scheme Linker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom URL Scheme Linker URL Scheme Linker
ID ehjbohgjfoinhghcffmamlieahbfkkmi
URL Officiel https://chromewebstore.google.com/detail/url-scheme-linker/ehjbohgjfoinhghcffmamlieahbfkkmi
Description This extension link HTTP URL to the software installed in your PC via URL scheme. You can execute the software when URL is matched…
Taille du Fichier 181 KB
Nombre d'Installations 19
Version Actuelle 1.2
Dernière Mise à Jour 2021-07-14
Date de Publication 2021-07-07
Développeur naonaorange
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/naonaorange/url_scheme_linker
URL de la Page d'Aide https://github.com/naonaorange/url_scheme_linker
URL de la Page de Politique de Confidentialité https://github.com/naonaorange/url_scheme_linker/blob/main/PrivacyPolicy.md
Langues Prises en Charge 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"
    }
}