TECH-ARROW's WinShortcutter Extension

Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter

Qu'est-ce que TECH-ARROW's WinShortcutter Extension ?

TECH-ARROW's WinShortcutter Extension est une extension Chrome développée par https://winshortcutter.com, et sa fonction principale est "Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TECH-ARROW's WinShortcutter Extension

Téléchargez les fichiers d'extension TECH-ARROW's WinShortcutter Extension 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

                        TECH-ARROW's WinShortcutter is a product which allows opening Microsoft Windows shortcuts (.lnk files) on MAC OS. This Safari add-on extends this functionality by modifying the file links (using the file:// protocol) found on a website to point to WinShortcutters special protocol handler. TECH-ARROW's WinShortcutter is a product which allows opening Microsoft Windows shortcuts (.lnk files) on MAC OS. This Safari add-on extends this functionality by modifying the file links (using the file:// protocol) found on a website to point to WinShortcutters special protocol handler. The result is that when a user clicks on such a modified link and has WinShortcutter installed on their Mac, TECH-ARROW's WinShortcutter handles the file opening.

This browser extension is compatible with WinShortcutter version 5.0 or higher.                    

Informations de Base sur l'Extension

Nom TECH-ARROW's WinShortcutter Extension TECH-ARROW's WinShortcutter Extension
ID fjgbmdpimmdkcnegmoeiocihbjbpmldc
URL Officiel https://chromewebstore.google.com/detail/tech-arrows-winshortcutte/fjgbmdpimmdkcnegmoeiocihbjbpmldc
Description Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter
Taille du Fichier 789 KB
Nombre d'Installations 58
Version Actuelle 5.0.2
Dernière Mise à Jour 2023-08-17
Date de Publication 2022-04-02
Développeur https://winshortcutter.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.winshortcutter.com
URL de la Page d'Aide https://documentation.tech-arrow.com/tech-arrows-winshortcutter/
URL de la Page de Politique de Confidentialité https://winshortcutter.com/wp-content/uploads/2021/06/TECH-ARROW-EULA-2021.pdf
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TECH-ARROW's WinShortcutter Extension",
    "version": "5.0.2",
    "description": "Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter",
    "homepage_url": "https:\/\/winshortcutter.com",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}