Open Multiple Links
Select text with links and open them all in new tabs
O que é Open Multiple Links?
Open Multiple Links é uma extensão do Chrome desenvolvida por Marcin Jahn, e sua principal característica é "Select text with links and open them all in new tabs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Open Multiple Links
Baixe arquivos de extensão Open Multiple Links 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
Highlight any text and open all the included links at once, in new tabs. Just select the text containing links, right-click it, and select "Open links in new tabs". The right-click context menu entry for "Open links in new tabs" appears only when the selected text contains any links. Note that this extension opens only "clickable" links. If a given link is just a text, it will not be included.
Informações Básicas da Extensão
Nome | Open Multiple Links |
ID | aihgofmdijjhegajmdomlafeiklofndl |
URL Oficial | https://chromewebstore.google.com/detail/open-multiple-links/aihgofmdijjhegajmdomlafeiklofndl |
Descrição | Select text with links and open them all in new tabs |
Tamanho do Arquivo | 22.89 KB |
Contagem de Instalações | 2,362 |
Versão Atual | 1.0.0 |
Última Atualização | 2023-01-10 |
Data de Publicação | 2023-01-08 |
Classificação | 1.67/5 Total de 6 Avaliações |
Desenvolvedor | Marcin Jahn |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://marcinjahn.com |
URL da Página de Ajuda | https://github.com/marcinjahn/open-multiple-links-browser-extension/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Multiple Links", "description": "Select text with links and open them all in new tabs", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "assets\/icons\/icon-16.png", "32": "assets\/icons\/icon-32.png", "64": "assets\/icons\/icon-64.png", "128": "assets\/icons\/icon-128.png" }, "permissions": [ "contextMenus" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |