Link buncher
Open multiple links at once
什麼是Link buncher?
Link buncher是由Vladimir Vakhromeev開發的Chrome擴展程式,該擴展的主要功能是“Open multiple links at once”。
擴展截圖
下載Link buncher擴展crx文件
下載Link buncher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension allows to select multiple links and open them in one click. using: 1. open web page 2. press extensions icon 3. press and hold Shift 4. move pointer over desirable links(they should get red frame) 5. release Shift 6. to open all selected links at once click any of red framed links
擴展基本資訊
名稱 | |
ID | bbmlifefgoaaclfbpoomgpapopblpflc |
官方網址 | https://chrome.google.com/webstore/detail/link-buncher/bbmlifefgoaaclfbpoomgpapopblpflc |
簡介 | Open multiple links at once |
檔案大小 | 11.35 KB |
安裝次數 | 620 |
目前版本 | 0.5 |
更新時間 | 2015-11-16 |
上架時間 | 2015-11-16 |
評分 | 3.67/5 共 9 次評分 |
開發者 | Vladimir Vakhromeev |
付費類型 | free |
擴展官網 | https://github.com/SleepingWhale/Link-buncher |
支援的語言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.5", "author": "Vladimir Vakhromeev", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_title": "Link buncher" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |