TECH-ARROW's WinShortcutter Extension

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

Cos'è TECH-ARROW's WinShortcutter Extension?

TECH-ARROW's WinShortcutter Extension è un'estensione di Chrome sviluppata da https://winshortcutter.com, e la sua funzione principale è "Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TECH-ARROW's WinShortcutter Extension

Scarica i file di estensione TECH-ARROW's WinShortcutter Extension 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

                        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.                    

Informazioni di Base sull'Estensione

Nome TECH-ARROW's WinShortcutter Extension TECH-ARROW's WinShortcutter Extension
ID fjgbmdpimmdkcnegmoeiocihbjbpmldc
URL Ufficiale https://chromewebstore.google.com/detail/tech-arrows-winshortcutte/fjgbmdpimmdkcnegmoeiocihbjbpmldc
Descrizione Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter
Dimensione del File 789 KB
Conteggio Installazioni 58
Versione Corrente 5.0.2
Ultimo Aggiornamento 2023-08-17
Data di Pubblicazione 2022-04-02
Sviluppatore https://winshortcutter.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.winshortcutter.com
URL della Pagina di Aiuto https://documentation.tech-arrow.com/tech-arrows-winshortcutter/
URL della Pagina della Politica sulla Privacy https://winshortcutter.com/wp-content/uploads/2021/06/TECH-ARROW-EULA-2021.pdf
Lingue Supportate 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
}