Open in Chromium Browser
Open the current tab or all tabs in Chromium browser or send links to Chromium from right-click context menu.
Open in Chromium Browser란 무엇입니까?
Open in Chromium Browser은(는) lunu.bounir에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open the current tab or all tabs in Chromium browser or send links to Chromium from right-click context menu."입니다.
확장 프로그램 스크린샷
Open in Chromium Browser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Open in Chromium extension opens the current tab or all tabs in Google's Chromium browser. This is useful to transfer links across browsers without manual copy and paste. Notes: 1. In case a Chromium window is opened, the link is opened in a new browser tab 2. If Chromium is not opened, a new Chromium window gets opened. 3. To open links in the Chromium browser, you will need to install a native client. 4. The instruction to install the native client is displayed once a link opening is requested. 5. At this point, the native client supports the following operating systems: a. Windows b. Mac c. Linux 6. The native client does NOT support Chromium OS. 7. On Windows and Linux, you need to set the Chromium path on the options page for the extension to find the Chromium browser 8. Some preferences of this extension can be configured by the domain administrator (managed storage) 9. This extension can send links on left-click, a combination of the left-click and a keyboard meta key, and top-level navigation --- Legal Chromium is a trademark of Google Inc., registered in the U.S. and other countries. This extension is an independent project and has no relationship to the Chromium team or Google Inc.
확장 프로그램 기본 정보
이름 | Open in Chromium Browser |
ID | bhfenhhfpcpkknkahnlogooiodcofkjl |
공식 URL | https://chromewebstore.google.com/detail/open-in-chromium-browser/bhfenhhfpcpkknkahnlogooiodcofkjl |
설명 | Open the current tab or all tabs in Chromium browser or send links to Chromium from right-click context menu. |
파일 크기 | 115 KB |
설치 횟수 | 6,752 |
현재 버전 | 0.2.2 |
최근 업데이트 | 2023-09-25 |
출시 날짜 | 2020-01-08 |
평점 | 4.15/5 총 13 개의 평점 |
개발자 | lunu.bounir |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://webextension.org/listing/open-in.html?from=chromium |
도움말 페이지 URL | https://webextension.org/listing/open-in.html?from=chromium |
개인정보 보호 정책 페이지 URL | https://add0n.com/policies/lunu.bounir.txt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in Chromium Browser", "description": "Open the current tab or all tabs in Chromium browser or send links to Chromium from right-click context menu.", "version": "0.2.2", "manifest_version": 3, "permissions": [ "storage", "tabs", "contextMenus", "nativeMessaging" ], "optional_permissions": [ "downloads" ], "icons": { "16": "\/data\/icons\/16.png", "32": "\/data\/icons\/32.png", "48": "\/data\/icons\/48.png", "64": "\/data\/icons\/64.png", "128": "\/data\/icons\/128.png", "256": "\/data\/icons\/256.png", "512": "\/data\/icons\/512.png" }, "background": { "service_worker": "worker.js" }, "storage": { "managed_schema": "schema.json" }, "homepage_url": "https:\/\/webextension.org\/listing\/open-in.html?from=chromium", "action": [], "content_scripts": [ { "matches": [ " |