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."입니다.
확장 프로그램 스크린샷
Open Local Files in Google Chrome™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" } |