Links Panel
Collate all the links on the page into an easily accessible panel
Links Panelคืออะไร?
Links Panel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lonm และคุณลักษณะหลักของมันคือ "Collate all the links on the page into an easily accessible panel"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Links Panel
ดาวน์โหลดไฟล์ส่วนขยาย Links Panel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows you to quickly see and filter all the links on the current page. Use the options to configure how the links appear, and what to consider at when filtering (URL, Title..., Case matching). Use Ctrl or Shift when clicking to select multiple links, and press enter to open them all. You can also optionally have links sent to a follower tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Links Panel |
ID | nnnheolekoehkioeicninoneagaimnjd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/links-panel/nnnheolekoehkioeicninoneagaimnjd |
คำอธิบาย | Collate all the links on the page into an easily accessible panel |
ขนาดไฟล์ | 18.2 KB |
จำนวนการติดตั้ง | 277 |
เวอร์ชันปัจจุบัน | 1.4.4 |
อัปเดตครั้งล่าสุด | 2021-09-28 |
วันที่เผยแพร่ | 2019-11-27 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | lonm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/LonMcGregor/LinksPanel |
URL หน้าช่วยเหลือ | https://github.com/LonMcGregor/LinksPanel |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.4.4", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "author": "L\u00e9on McGregor", "homepage_url": "https:\/\/github.com\/LonMcGregor\/LinksPanel", "background": { "scripts": [ "panel.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "16.png", "24": "24.png", "32": "32.png" }, "default_title": "__MSG_name__", "default_popup": "panel.html" }, "content_scripts": [ { "matches": [ " |