Straight to the Link

Scrolls to and highlights the backlink

Straight to the Link là gì?

Straight to the Link là một tiện ích mở rộng Chrome được phát triển bởi snegostoop, và tính năng chính của nó là "Scrolls to and highlights the backlink".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Straight to the Link

Tải xuống các tệp mở rộng Straight to the Link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Straight to the Link Straight to the Link
ID jpcnkfpdmjkokgicahgfmegdhpgcdfbc
URL Chính Thức https://chromewebstore.google.com/detail/straight-to-the-link/jpcnkfpdmjkokgicahgfmegdhpgcdfbc
Mô tả Scrolls to and highlights the backlink
Kích Thước Tệp 77.04 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2014-08-17
Ngày Phát Hành 2014-08-17
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển snegostoop
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}