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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TECH-ARROW's WinShortcutter Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | TECH-ARROW's WinShortcutter Extension |
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 } |