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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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. 확장 프로그램 기본 정보
| 이름 | |
| ID | fjgbmdpimmdkcnegmoeiocihbjbpmldc |
| 공식 URL | 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
} | |