External Links
List external links and anchor text.
O que é External Links?
External Links é uma extensão do Chrome desenvolvida por https://dejanmarketing.com, e sua principal característica é "List external links and anchor text.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão External Links
Baixe arquivos de extensão External 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
Lists all external links on the page and their anchor text. Shows the total number of external links.
Informações Básicas da Extensão
Nome | External Links |
ID | kfcngcocjhfanoncnkdjjlploklclfhp |
URL Oficial | https://chromewebstore.google.com/detail/external-links/kfcngcocjhfanoncnkdjjlploklclfhp |
Descrição | List external links and anchor text. |
Tamanho do Arquivo | 8.11 KB |
Contagem de Instalações | 177 |
Versão Atual | 1.1 |
Última Atualização | 2023-04-13 |
Data de Publicação | 2023-04-01 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://dejanmarketing.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://dejanmarketing.com/ |
URL da Página de Ajuda | https://dejanmarketing.com/contact-us/ |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "External Links", "version": "1.1", "description": "List external links and anchor text.", "permissions": [ "activeTab", "scripting" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" } } |