TECH-ARROW's WinShortcutter Extension
Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter
Co je TECH-ARROW's WinShortcutter Extension?
TECH-ARROW's WinShortcutter Extension je rozšíření Chrome vyvinuté https://winshortcutter.com, a jeho hlavní funkcí je „Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TECH-ARROW's WinShortcutter Extension
Stáhněte si soubory rozšíření TECH-ARROW's WinShortcutter Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | TECH-ARROW's WinShortcutter Extension |
ID | fjgbmdpimmdkcnegmoeiocihbjbpmldc |
Oficiální URL | https://chromewebstore.google.com/detail/tech-arrows-winshortcutte/fjgbmdpimmdkcnegmoeiocihbjbpmldc |
Popis | Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter |
Velikost souboru | 789 KB |
Počet instalací | 58 |
Aktuální Verze | 5.0.2 |
Poslední Aktualizace | 2023-08-17 |
Datum Vydání | 2022-04-02 |
Vývojář | https://winshortcutter.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.winshortcutter.com |
URL Stránky Nápovědy | https://documentation.tech-arrow.com/tech-arrows-winshortcutter/ |
URL Stránky Zásad Ochrany Soukromí | https://winshortcutter.com/wp-content/uploads/2021/06/TECH-ARROW-EULA-2021.pdf |
Podporované Jazyky | 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 } |