TECH-ARROW's WinShortcutter Extension
Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter
What is TECH-ARROW's WinShortcutter Extension?
TECH-ARROW's WinShortcutter Extension is a Chrome extension developed by https://winshortcutter.com, and its main feature is "Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter".
Extension Screenshots
Download TECH-ARROW's WinShortcutter Extension Extension CRX File
Download TECH-ARROW's WinShortcutter Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | fjgbmdpimmdkcnegmoeiocihbjbpmldc |
| Official URL | 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 |
| File Size | 789 KB |
| Installation Count | 58 |
| Current Version | 5.0.2 |
| Last Updated | 2023-08-17 |
| Publish Date | 2022-04-02 |
| Developer | https://winshortcutter.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://www.winshortcutter.com |
| Help Page URL | https://documentation.tech-arrow.com/tech-arrows-winshortcutter/ |
| Privacy Policy Page URL | https://winshortcutter.com/wp-content/uploads/2021/06/TECH-ARROW-EULA-2021.pdf |
| Supported Languages | 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
} | |