Links Panel
Collate all the links on the page into an easily accessible panel
O que é Links Panel?
Links Panel é uma extensão do Chrome desenvolvida por lonm, e sua principal característica é "Collate all the links on the page into an easily accessible panel".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Links Panel
Baixe arquivos de extensão Links Panel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Links Panel |
ID | nnnheolekoehkioeicninoneagaimnjd |
URL Oficial | https://chromewebstore.google.com/detail/links-panel/nnnheolekoehkioeicninoneagaimnjd |
Descrição | Collate all the links on the page into an easily accessible panel |
Tamanho do Arquivo | 18.2 KB |
Contagem de Instalações | 277 |
Versão Atual | 1.4.4 |
Última Atualização | 2021-09-28 |
Data de Publicação | 2019-11-27 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | lonm |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/LonMcGregor/LinksPanel |
URL da Página de Ajuda | https://github.com/LonMcGregor/LinksPanel |
Idiomas Suportados | 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": [ " |