TECH-ARROW's WinShortcutter Extension
Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter
Was ist TECH-ARROW's WinShortcutter Extension?
TECH-ARROW's WinShortcutter Extension ist eine Chrome-Erweiterung, die von https://winshortcutter.com entwickelt wurde, und ihr Hauptmerkmal ist "Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter".
Erweiterungsscreenshots
TECH-ARROW's WinShortcutter Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie TECH-ARROW's WinShortcutter Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | TECH-ARROW's WinShortcutter Extension |
ID | fjgbmdpimmdkcnegmoeiocihbjbpmldc |
Offizielle URL | https://chromewebstore.google.com/detail/tech-arrows-winshortcutte/fjgbmdpimmdkcnegmoeiocihbjbpmldc |
Beschreibung | Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter |
Dateigröße | 789 KB |
Installationsanzahl | 58 |
Aktuelle Version | 5.0.2 |
Letztes Update | 2023-08-17 |
Veröffentlichungsdatum | 2022-04-02 |
Entwickler | https://winshortcutter.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.winshortcutter.com |
Hilfeseite URL | https://documentation.tech-arrow.com/tech-arrows-winshortcutter/ |
URL der Datenschutzrichtlinien-Seite | https://winshortcutter.com/wp-content/uploads/2021/06/TECH-ARROW-EULA-2021.pdf |
Unterstützte Sprachen | 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 } |