WebExtension.net
WebExtension.net

Local Explorer - Open File Links in Chrome

View on Chrome Web Store
View Local Explorer - Open File Links in Chrome Chrome Extension on Chrome Web Store
3.6 (320 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Enable local file links to hard disk, Azure AD & company shared folders, mapped network drive directly in corporate/local host site.
Type
Extension
Users
100,000 users
Website vnprodev.com
Apps for Chrome
View author page of Apps for Chrome
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 1, 2013
Version 2023.1.15.1
Manifest version
3
Updated
Updated on January 20, 2023
View on Chrome Web Store
View Local Explorer - Open File Links in Chrome Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2023.1.15.1",
    "short_name": "Local Explorer",
    "name": "Local Explorer - Open File Links in Chrome",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "sweetalert.css"
            ],
            "js": [
                "jquery.js",
                "sweetalert.js",
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "icon32.png",
        "default_title": "Local Explorer"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "manifest_version": 3
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top