Straight to the Link

Scrolls to and highlights the backlink

什么是Straight to the Link?

Straight to the Link是由snegostoop开发的Chrome扩展程序,该扩展的主要功能是“Scrolls to and highlights the backlink”。

扩展截图

screenshot

下载Straight to the Link扩展crx文件

下载Straight to the Link扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}