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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | 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 } |