Straight to the Link

Scrolls to and highlights the backlink

Straight to the Link क्या है?

Straight to the Link snegostoop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrolls to and highlights the backlink"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Straight to the Link एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Straight to the Link Straight to the Link
ID jpcnkfpdmjkokgicahgfmegdhpgcdfbc
आधिकारिक URL https://chromewebstore.google.com/detail/straight-to-the-link/jpcnkfpdmjkokgicahgfmegdhpgcdfbc
विवरण Scrolls to and highlights the backlink
फ़ाइल का आकार 77.04 KB
स्थापना संख्या 61
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2014-08-17
प्रकाशन तिथि 2014-08-17
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर snegostoop
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}