Linkification Chrome
Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.
O que é Linkification Chrome?
Linkification Chrome é uma extensão do Chrome desenvolvida por https://www.resolutedreamer.com, e sua principal característica é "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Linkification Chrome
Baixe arquivos de extensão Linkification Chrome 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
Informações Básicas da Extensão
Nome | Linkification Chrome |
ID | haaamfoknimneabkapikpoccmfekkidj |
URL Oficial | https://chromewebstore.google.com/detail/linkification-chrome/haaamfoknimneabkapikpoccmfekkidj |
Descrição | Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name. |
Tamanho do Arquivo | 139 KB |
Contagem de Instalações | 776 |
Versão Atual | 1.1.1 |
Última Atualização | 2016-08-25 |
Data de Publicação | 2016-08-24 |
Classificação | 2.53/5 Total de 15 Avaliações |
Desenvolvedor | https://www.resolutedreamer.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linkification Chrome", "description": "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.", "version": "1.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.1.0.min.js", "linkify.min.js", "linkify-jquery.min.js", "content.js" ], "run_at": "document_end" } ] } |