Straight to the Link
Scrolls to and highlights the backlink
Wat is Straight to the Link?
Straight to the Link is een Chrome-extensie ontwikkeld door snegostoop, en de belangrijkste functie is "Scrolls to and highlights the backlink".
Extensie Screenshots
Download het CRX-bestand van de extensie Straight to the Link
Download Straight to the Link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Straight to the Link |
ID | jpcnkfpdmjkokgicahgfmegdhpgcdfbc |
Officiële URL | https://chromewebstore.google.com/detail/straight-to-the-link/jpcnkfpdmjkokgicahgfmegdhpgcdfbc |
Beschrijving | Scrolls to and highlights the backlink |
Bestandsgrootte | 77.04 KB |
Aantal Installaties | 61 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2014-08-17 |
Publicatiedatum | 2014-08-17 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | snegostoop |
Betalingswijze | free |
Ondersteunde Talen | 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 } |