Straight to the Link
Scrolls to and highlights the backlink
¿Qué es Straight to the Link?
Straight to the Link es una extensión de Chrome desarrollada por snegostoop, y su función principal es "Scrolls to and highlights the backlink".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Straight to the Link
Descarga archivos de extensión Straight to the Link en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Straight to the Link |
ID | jpcnkfpdmjkokgicahgfmegdhpgcdfbc |
URL Oficial | https://chromewebstore.google.com/detail/straight-to-the-link/jpcnkfpdmjkokgicahgfmegdhpgcdfbc |
Descripción | Scrolls to and highlights the backlink |
Tamaño del Archivo | 77.04 KB |
Cantidad de Instalaciones | 61 |
Versión Actual | 1.0.6 |
Última Actualización | 2014-08-17 |
Fecha de Publicación | 2014-08-17 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | snegostoop |
Tipo de Pago | free |
Idiomas Soportados | 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 } |