Linkclump
Lets you open, copy or bookmark multiple links at the same time.
什麼是Linkclump?
Linkclump是由benblack86開發的Chrome擴展程式,該擴展的主要功能是“Lets you open, copy or bookmark multiple links at the same time.”。
擴展截圖
下載Linkclump擴展crx文件
下載Linkclump擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Linkclump gives you the ability to drag a selection box around links using your mouse to quickly open as new tabs, open in new window, save as bookmarks, or copy to clipboard. Similar to Snap Links or Multi Links for Firefox. FEATURES - Action: choose to open links as new tabs, into a new window, copy to clipboard or saved to your bookmarks. You can setup multiple actions. - Activation: choose how to activated the selection box using different mouse and key combinations (including shift/alt/ctrl). - Smart Select: tries to select only the important links on the page. Turn off this option to open all selected links. - Auto Scroll: the page will automatically scroll up/down to make it easier to select all the links at once. - Filter Links: include/exclude links that contain certain words. - Delay: set a delay between the opening/closing of each tab. - OS Tested: works on windows, mac and linux operating systems. Please note that support can not be provided as this is a free extension. Developers are welcome to submit PRs at https://github.com/benblack86/linkclump.
擴展基本資訊
名稱 | Linkclump |
ID | lfpjkncokllnfokkgpkobnkbkmelfefj |
官方網址 | https://chromewebstore.google.com/detail/linkclump/lfpjkncokllnfokkgpkobnkbkmelfefj |
簡介 | Lets you open, copy or bookmark multiple links at the same time. |
檔案大小 | 199 KB |
安裝次數 | 405,340 |
目前版本 | 2.9.4 |
更新時間 | 2023-01-24 |
上架時間 | 2020-06-21 |
評分 | 4.62/5 共 3876 次評分 |
開發者 | benblack86 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/benblack86/linkclump |
說明頁面URL | https://github.com/benblack86/linkclump |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linkclump", "version": "2.9.4", "description": "Lets you open, copy or bookmark multiple links at the same time.", "background": { "scripts": [ "settings_manager.js", "background.js" ], "persistent": false }, "options_page": "pages\/options.html", "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "content_scripts": [ { "matches": [ " |