Straight to the Link
Scrolls to and highlights the backlink
O que é Straight to the Link?
Straight to the Link é uma extensão do Chrome desenvolvida por snegostoop, e sua principal característica é "Scrolls to and highlights the backlink".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Straight to the Link
Baixe arquivos de extensão Straight to the Link 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
Straight-to-the-Link is an extension that helps SEO specialists with the process of backlinks analysis. When doing your backlinks research, oftentimes you find yourself manually surfing through pages that link to your website. But finding your link on each page time after time is a tedious task. Straight-to-the-link eliminates this hassle. You just type in your domain name and the browser will scroll down to the link and highlight it for you.
Informações Básicas da Extensão
Nome | Straight to the Link |
ID | jpcnkfpdmjkokgicahgfmegdhpgcdfbc |
URL Oficial | https://chromewebstore.google.com/detail/straight-to-the-link/jpcnkfpdmjkokgicahgfmegdhpgcdfbc |
Descrição | Scrolls to and highlights the backlink |
Tamanho do Arquivo | 77.04 KB |
Contagem de Instalações | 61 |
Versão Atual | 1.0.6 |
Última Atualização | 2014-08-17 |
Data de Publicação | 2014-08-17 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | snegostoop |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Straight to the Link", "description": "Scrolls to and highlights the backlink", "version": "1.0.6", "options_page": "options.html", "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "browser_action": { "default_title": "Set the domain", "default_icon": "img\/16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "cont_script.js" ] } ], "manifest_version": 2 } |