Links Panel
Collate all the links on the page into an easily accessible panel
什麼是Links Panel?
Links Panel是由lonm開發的Chrome擴展程式,該擴展的主要功能是“Collate all the links on the page into an easily accessible panel”。
擴展截圖
下載Links Panel擴展crx文件
下載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 |
官方網址 | 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": [ " |