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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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
}  |  |