Open Multiple Links
Select text with links and open them all in new tabs
什麼是Open Multiple Links?
Open Multiple Links是由Marcin Jahn開發的Chrome擴展程式,該擴展的主要功能是“Select text with links and open them all in new tabs”。
擴展截圖
下載Open Multiple Links擴展crx文件
下載Open Multiple Links擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Highlight any text and open all the included links at once, in new tabs. Just select the text containing links, right-click it, and select "Open links in new tabs". The right-click context menu entry for "Open links in new tabs" appears only when the selected text contains any links. Note that this extension opens only "clickable" links. If a given link is just a text, it will not be included.
擴展基本資訊
名稱 | Open Multiple Links |
ID | aihgofmdijjhegajmdomlafeiklofndl |
官方網址 | https://chromewebstore.google.com/detail/open-multiple-links/aihgofmdijjhegajmdomlafeiklofndl |
簡介 | Select text with links and open them all in new tabs |
檔案大小 | 22.89 KB |
安裝次數 | 2,362 |
目前版本 | 1.0.0 |
更新時間 | 2023-01-10 |
上架時間 | 2023-01-08 |
評分 | 1.67/5 共 6 次評分 |
開發者 | Marcin Jahn |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://marcinjahn.com |
說明頁面URL | https://github.com/marcinjahn/open-multiple-links-browser-extension/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Multiple Links", "description": "Select text with links and open them all in new tabs", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "assets\/icons\/icon-16.png", "32": "assets\/icons\/icon-32.png", "64": "assets\/icons\/icon-64.png", "128": "assets\/icons\/icon-128.png" }, "permissions": [ "contextMenus" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |