URL X-Ray
This extension will show up the url of the link you're going to click.
O que é URL X-Ray?
URL X-Ray é uma extensão do Chrome desenvolvida por yunger7, e sua principal característica é "This extension will show up the url of the link you're going to click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão URL X-Ray
Baixe arquivos de extensão URL X-Ray 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 | |
ID | ddamalhdeccoefigecgaphpogdgignoh |
URL Oficial | https://chromewebstore.google.com/detail/url-x-ray/ddamalhdeccoefigecgaphpogdgignoh |
Descrição | This extension will show up the url of the link you're going to click. |
Tamanho do Arquivo | 127 KB |
Contagem de Instalações | 104 |
Versão Atual | 1.0.2 |
Última Atualização | 2013-11-12 |
Data de Publicação | 2013-11-11 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | yunger7 |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL X-Ray", "description": "This extension will show up the url of the link you're going to click.", "version": "1.0.2", "content_scripts": [ { "css": [ "css\/tipsy.css" ], "js": [ "js\/jquery-2.0.3.min.js", "js\/tipsy.js", "services.js", "content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "js\/jquery-2.0.3.min.map" ], "manifest_version": 2 } |