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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://winshortcutter.com และคุณลักษณะหลักของมันคือ "Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TECH-ARROW's WinShortcutter Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 | 
| อีเมล | [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
}  |  |