Link buncher
Open multiple links at once
Link buncherคืออะไร?
Link buncher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vladimir Vakhromeev และคุณลักษณะหลักของมันคือ "Open multiple links at once"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link buncher
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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 } } |