Open Local Files in Google Chrome™
Opening links to local files is prohibited in chrome, but this extension allows you to open them.
Τι είναι το Open Local Files in Google Chrome™;
Το Open Local Files in Google Chrome™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Free Software Extensions, και η κύρια λειτουργία του είναι "Opening links to local files is prohibited in chrome, but this extension allows you to open them.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Open Local Files in Google Chrome™
Λήψη αρχείων επέκτασης Open Local Files in Google Chrome™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Using this extension, you'll be able to open local files directly inside Google Chrome? This is a simple extension which allows you to open files which are on your hard disk etc via Google Chrome. To begin using this software, simply install the extension. Click on the extension icon, go through the "sample.pdf" file to ensure the extension works correctly for you. Please note this software is free of charge and we do NOT collect any personal information etc when you use the software.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Open Local Files in Google Chrome™ |
ID | ecokkkaebpbpfjbgdoglndbombehmhko |
Επίσημο URL | https://chromewebstore.google.com/detail/open-local-files-in-googl/ecokkkaebpbpfjbgdoglndbombehmhko |
Περιγραφή | Opening links to local files is prohibited in chrome, but this extension allows you to open them. |
Μέγεθος Αρχείου | 1.33 MB |
Αριθμός Εγκαταστάσεων | 5,798 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2023-10-16 |
Ημερομηνία Δημοσίευσης | 2021-11-09 |
Αξιολόγηση | 2.23/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | Free Software Extensions |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.0.2", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "offline_enabled": true, "background": { "service_worker": "scripts\/background.js" }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "homepage_url": "https:\/\/open-local-files.freespeedcheck.net\/" } |