Open local folder by explorer

Open local folder in explorer from Chrome

Τι είναι το Open local folder by explorer;

Το Open local folder by explorer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Takashi Sugimoto (tksugimoto), και η κύρια λειτουργία του είναι "Open local folder in explorer from Chrome".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Open local folder by explorer

Λήψη αρχείων επέκτασης Open local folder by explorer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        [function]
・Open a folder in Explorer
- (For files) Open the parent folder in Explorer with the file selected.

[Applicable folders and files]
・Current tab (if the URL starts with file://)
・Link destination URL (if the URL starts with file://)
・Selection string (if the selection string starts with C:\, \\ComputerName\, etc.)
 The " (double quotation) at the beginning and end is ignored only when it exists at both the beginning and end.

[How to use]
1. Install the extension
2. Configure according to the Settings tab opened during installation
・If you need to reset, you can do it from the expansion option page
3. Do one of the following
・Click the icon for this extension in the tab that opens the local file/folder
・Select "Open ~~ in Explorer" from the right-click menu of the page/link/selected text
  ・Open the folder in Explorer
  ・Open the link destination in Explorer (for local files)
  ・Open the selected character string in Explorer (in the case of a local file path)


[⚠️ Notes]
To operate the host side from Chrome, the following work is required
・Need to change the registry
・Need to install Node.js                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Open local folder by explorer Open local folder by explorer
ID ehidkllolkmedbkjbdkcgabdadcfppfg
Επίσημο URL https://chromewebstore.google.com/detail/open-local-folder-by-expl/ehidkllolkmedbkjbdkcgabdadcfppfg
Περιγραφή Open local folder in explorer from Chrome
Μέγεθος Αρχείου 14.8 KB
Αριθμός Εγκαταστάσεων 11,440
Τρέχουσα Έκδοση 0.4.1
Τελευταία Ενημέρωση 2022-10-16
Ημερομηνία Δημοσίευσης 2020-04-01
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Takashi Sugimoto (tksugimoto)
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/tksugimoto/chrome-extension_open-local-file-link-by-explorer
Υποστηριζόμενες Γλώσσες en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "0.4.1",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "options_page": "setup\/index.html",
    "minimum_chrome_version": "88",
    "action": [],
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "contextMenus",
        "nativeMessaging"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}