Open local Link
Open local link by clicking
Τι είναι το Open local Link;
Το Open local Link είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hashed tomato, και η κύρια λειτουργία του είναι "Open local link by clicking".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Open local Link
Λήψη αρχείων επέκτασης Open local Link σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension make it possible to open a local file or folder by clicking its link (tag ) in Web page. When you click the link, the local file would be opened by the application associated with the file if the file suffix is xlsx, docx or pdf, otherwise opened in Windows Explorer. This extension requires installing native client application in the local PC. The installation instruction will be displayed at the installation of this extension. - the local link must be a tag with href="file://..." - support multi-frame web page (frameset)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Open local Link |
ID | bhipgegdnofneghbmnmgbfdjfhbmejbe |
Επίσημο URL | https://chromewebstore.google.com/detail/open-local-link/bhipgegdnofneghbmnmgbfdjfhbmejbe |
Περιγραφή | Open local link by clicking |
Μέγεθος Αρχείου | 129 KB |
Αριθμός Εγκαταστάσεων | 3,033 |
Τρέχουσα Έκδοση | 1.0.10 |
Τελευταία Ενημέρωση | 2022-08-20 |
Ημερομηνία Δημοσίευσης | 2020-07-20 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | hashed tomato |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/hashedtomato3/open-local-link |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/hashedtomato3/open-local-link |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open local Link", "version": "1.0.10", "manifest_version": 2, "description": "Open local link by clicking", "icons": { "128": "icon-128.png" }, "permissions": [ "nativeMessaging" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |