Straight to the Link

Scrolls to and highlights the backlink

What is Straight to the Link?

Straight to the Link is a Chrome extension developed by snegostoop, and its main feature is "Scrolls to and highlights the backlink".

Extension Screenshots

screenshot

Download Straight to the Link Extension CRX File

Download Straight to the Link extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Straight to the Link Straight to the Link
ID jpcnkfpdmjkokgicahgfmegdhpgcdfbc
Official URL https://chromewebstore.google.com/detail/straight-to-the-link/jpcnkfpdmjkokgicahgfmegdhpgcdfbc
Description Scrolls to and highlights the backlink
File Size 77.04 KB
Installation Count 61
Current Version 1.0.6
Last Updated 2014-08-17
Publish Date 2014-08-17
Rating 5.00/5 Total 3 Ratings
Developer snegostoop
Payment Type free
Supported Languages 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
}