Straight to the Link

Scrolls to and highlights the backlink

Qu'est-ce que Straight to the Link ?

Straight to the Link est une extension Chrome développée par snegostoop, et sa fonction principale est "Scrolls to and highlights the backlink".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Straight to the Link

Téléchargez les fichiers d'extension Straight to the Link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Straight to the Link Straight to the Link
ID jpcnkfpdmjkokgicahgfmegdhpgcdfbc
URL Officiel https://chromewebstore.google.com/detail/straight-to-the-link/jpcnkfpdmjkokgicahgfmegdhpgcdfbc
Description Scrolls to and highlights the backlink
Taille du Fichier 77.04 KB
Nombre d'Installations 61
Version Actuelle 1.0.6
Dernière Mise à Jour 2014-08-17
Date de Publication 2014-08-17
Évaluation 5.00/5 Total 3 Évaluations
Développeur snegostoop
Type de Paiement free
Langues Prises en Charge 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
}