Straight to the Link
Scrolls to and highlights the backlink
Was ist Straight to the Link?
Straight to the Link ist eine Chrome-Erweiterung, die von snegostoop entwickelt wurde, und ihr Hauptmerkmal ist "Scrolls to and highlights the backlink".
Erweiterungsscreenshots
Straight to the Link-Erweiterungs-CRX-Datei herunterladen
Laden Sie Straight to the Link-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Straight to the Link |
ID | jpcnkfpdmjkokgicahgfmegdhpgcdfbc |
Offizielle URL | https://chromewebstore.google.com/detail/straight-to-the-link/jpcnkfpdmjkokgicahgfmegdhpgcdfbc |
Beschreibung | Scrolls to and highlights the backlink |
Dateigröße | 77.04 KB |
Installationsanzahl | 61 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2014-08-17 |
Veröffentlichungsdatum | 2014-08-17 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | snegostoop |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |