Straight to the Link

Scrolls to and highlights the backlink

Co je Straight to the Link?

Straight to the Link je rozšíření Chrome vyvinuté snegostoop, a jeho hlavní funkcí je „Scrolls to and highlights the backlink“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Straight to the Link

Stáhněte si soubory rozšíření Straight to the Link ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Straight to the Link Straight to the Link
ID jpcnkfpdmjkokgicahgfmegdhpgcdfbc
Oficiální URL https://chromewebstore.google.com/detail/straight-to-the-link/jpcnkfpdmjkokgicahgfmegdhpgcdfbc
Popis Scrolls to and highlights the backlink
Velikost souboru 77.04 KB
Počet instalací 61
Aktuální Verze 1.0.6
Poslední Aktualizace 2014-08-17
Datum Vydání 2014-08-17
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář snegostoop
Typ Platby free
Podporované Jazyky 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
}