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™はFree Software Extensionsによって開発されたChromeの拡張機能で、その主な機能は「Opening links to local files is prohibited in chrome, but this extension allows you to open them.」です。

拡張機能のスクリーンショット

screenshot

Open Local Files in Google Chrome™拡張機能のCRXファイルをダウンロード

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™ 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
Eメール [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\/"
}