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 là gì?
TECH-ARROW's WinShortcutter Extension là một tiện ích mở rộng Chrome được phát triển bởi https://winshortcutter.com, và tính năng chính của nó là "Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TECH-ARROW's WinShortcutter Extension
Tải xuống các tệp mở rộng TECH-ARROW's WinShortcutter Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TECH-ARROW's WinShortcutter Extension |
ID | fjgbmdpimmdkcnegmoeiocihbjbpmldc |
URL Chính Thức | https://chromewebstore.google.com/detail/tech-arrows-winshortcutte/fjgbmdpimmdkcnegmoeiocihbjbpmldc |
Mô tả | Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter |
Kích Thước Tệp | 789 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 5.0.2 |
Cập Nhật Lần Cuối | 2023-08-17 |
Ngày Phát Hành | 2022-04-02 |
Nhà Phát Triển | https://winshortcutter.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.winshortcutter.com |
URL Trang Trợ Giúp | https://documentation.tech-arrow.com/tech-arrows-winshortcutter/ |
URL Trang Chính Sách Bảo Mật | https://winshortcutter.com/wp-content/uploads/2021/06/TECH-ARROW-EULA-2021.pdf |
Ngôn Ngữ Được Hỗ Trợ | 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 } |