Link Finder
Link Finder
O que é Link Finder?
Link Finder é uma extensão do Chrome desenvolvida por https://codingeverything.blogspot.com, e sua principal característica é "Link Finder".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Link Finder
Baixe arquivos de extensão Link Finder 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
Find all links to named anchors within the page so you can create descriptive links to content within a page. Simply click the ID button in your browsers action buttons. The page will display all available fragmented links. You can click on any link for a preview of where the page will load. Copy the address directly from the popover or from the address bar after clicking a link. To hide the popups, just click the icon again and you can resume work.
Informações Básicas da Extensão
Nome | Link Finder |
ID | jnodcgnkggmnlmcgibanbaeagpjckjnd |
URL Oficial | https://chromewebstore.google.com/detail/link-finder/jnodcgnkggmnlmcgibanbaeagpjckjnd |
Descrição | Link Finder |
Tamanho do Arquivo | 230 KB |
Contagem de Instalações | 590 |
Versão Atual | 0.3 |
Última Atualização | 2013-12-25 |
Data de Publicação | 2013-12-24 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://codingeverything.blogspot.com |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/KyleMit/LinkFinder |
URL da Página de Ajuda | https://github.com/KyleMit/LinkFinder/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Finder", "version": "0.3", "description": "Link Finder", "icons": { "16": "Icons\/Logo16.png", "32": "Icons\/Logo32.png", "48": "Icons\/Logo48.png", "128": "Icons\/Logo128.png" }, "browser_action": { "default_icon": { "19": "Icons\/LogoSmall19.png", "38": "Icons\/LogoSmall38.png" }, "default_title": "Link Finder" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |