Open in Brave Browser
Open current page, link, or all tabs in the Brave browser
什麼是Open in Brave Browser?
Open in Brave Browser是由brian.girko開發的Chrome擴展程式,該擴展的主要功能是“Open current page, link, or all tabs in the Brave browser”。
擴展截圖
下載Open in Brave Browser擴展crx文件
下載Open in Brave Browser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Open current page, link, or all tabs in the Brave browser. "Open in Brave" extension is meant to open the current tab or links inside the current tab in Brave browser. Using this extension you can send links to the Brave browser without the need to manually copy and paste links. This extension also offers open all tabs in the destination browser. Optionally you can close the tab that is opened in the destination browser too. If a Brave instance is already opened, then the link is opened in a new browser tab, however, if Brave is not opened, a new Brave instance is opened and then the link is sent. For FAQs please visit: https://add0n.com/open-in.html --- Note 1. For this extension to open links in the Brave browser you will need to install a minimal native client. The instruction to install the native client is displayed once a link opening is requested. There are two short video tutorials in the screenshot section for Windows, Linux, and Mac operation systems if you want to see the installation steps of the native client. 2. The native client currently only supports Mac, Windows and Linux operating systems. There is no support for other OSs at the moment.
擴展基本資訊
名稱 | Open in Brave Browser |
ID | mgmnomlncpmfgelhofilonnecmbdaoia |
官方網址 | https://chromewebstore.google.com/detail/open-in-brave-browser/mgmnomlncpmfgelhofilonnecmbdaoia |
簡介 | Open current page, link, or all tabs in the Brave browser |
檔案大小 | 92.14 KB |
安裝次數 | 10,215 |
目前版本 | 0.1.3 |
更新時間 | 2020-12-05 |
上架時間 | 2019-12-28 |
評分 | 3.69/5 共 13 次評分 |
開發者 | brian.girko |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in Brave Browser", "description": "Open current page, link, or all tabs in the Brave browser", "version": "0.1.3", "manifest_version": 2, "permissions": [ "storage", "tabs", "contextMenus", "nativeMessaging" ], "optional_permissions": [ "downloads" ], "background": { "persistent": false, "scripts": [ "config.js", "common.js" ] }, "storage": { "managed_schema": "schema.json" }, "homepage_url": "https:\/\/add0n.com\/open-in.html?from=brave", "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" }, "browser_action": [], "content_scripts": [ { "matches": [ " |