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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | https://documentation.tech-arrow.com/tech-arrows-winshortcutter/ |
| عنوان صفحة سياسة الخصوصية | 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
} | |