TECH-ARROW's WinShortcutter Extension
Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter
什麼是TECH-ARROW's WinShortcutter Extension?
TECH-ARROW's WinShortcutter Extension是由https://winshortcutter.com開發的Chrome擴展程式,該擴展的主要功能是“Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter”。
擴展截圖
下載TECH-ARROW's WinShortcutter Extension擴展crx文件
下載TECH-ARROW's WinShortcutter Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | TECH-ARROW's WinShortcutter Extension |
ID | fjgbmdpimmdkcnegmoeiocihbjbpmldc |
官方網址 | https://chromewebstore.google.com/detail/tech-arrows-winshortcutte/fjgbmdpimmdkcnegmoeiocihbjbpmldc |
簡介 | Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter |
檔案大小 | 789 KB |
安裝次數 | 58 |
目前版本 | 5.0.2 |
更新時間 | 2023-08-17 |
上架時間 | 2022-04-02 |
開發者 | https://winshortcutter.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.winshortcutter.com |
說明頁面URL | https://documentation.tech-arrow.com/tech-arrows-winshortcutter/ |
隱私政策頁面URL | https://winshortcutter.com/wp-content/uploads/2021/06/TECH-ARROW-EULA-2021.pdf |
支援的語言 | 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 } |