View href
This extension shows the href of all the links on a page along with its title while hovering
O que é View href?
View href é uma extensão do Chrome desenvolvida por https://rajbhadra.com, e sua principal característica é "This extension shows the href of all the links on a page along with its title while hovering".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão View href
Baixe arquivos de extensão View href 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
This extension helps the user to quickly view the href of a link without looking elsewhere by appending the href of the link to the title of the link. Thus the title and the href both can be viewed by a single glance. If the size of the href is greater than 50 characters, then it truncates the string upto 50 characters.
Informações Básicas da Extensão
Nome | View href |
ID | jfgnoakafnnfkgciganaegpjnnejbimk |
URL Oficial | https://chromewebstore.google.com/detail/view-href/jfgnoakafnnfkgciganaegpjnnejbimk |
Descrição | This extension shows the href of all the links on a page along with its title while hovering |
Tamanho do Arquivo | 3.72 KB |
Contagem de Instalações | 84 |
Versão Atual | 1.0 |
Última Atualização | 2014-07-07 |
Data de Publicação | 2014-07-07 |
Desenvolvedor | https://rajbhadra.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View href", "short_name": "see href", "description": "This extension shows the href of all the links on a page along with its title while hovering", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ] } |