TECH-ARROW's WinShortcutter Extension
Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter
Vad är TECH-ARROW's WinShortcutter Extension?
TECH-ARROW's WinShortcutter Extension är en Chrome-tillägg utvecklad av https://winshortcutter.com, och dess huvudfunktion är "Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter".
Tilläggsskärmbilder
Ladda ner TECH-ARROW's WinShortcutter Extension-förlängningens CRX-fil
Ladda ner TECH-ARROW's WinShortcutter Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | TECH-ARROW's WinShortcutter Extension |
ID | fjgbmdpimmdkcnegmoeiocihbjbpmldc |
Officiell webbadress | https://chromewebstore.google.com/detail/tech-arrows-winshortcutte/fjgbmdpimmdkcnegmoeiocihbjbpmldc |
Beskrivning | Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter |
Filstorlek | 789 KB |
Antal Installationer | 58 |
Aktuell Version | 5.0.2 |
Senast Uppdaterad | 2023-08-17 |
Publiceringsdatum | 2022-04-02 |
Utvecklare | https://winshortcutter.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.winshortcutter.com |
Hjälpsida URL | https://documentation.tech-arrow.com/tech-arrows-winshortcutter/ |
URL till Sekretesspolicy Sidan | https://winshortcutter.com/wp-content/uploads/2021/06/TECH-ARROW-EULA-2021.pdf |
Stödda Språk | 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 } |