LinkMiner

Checks webpages for broken links, and pulls metrics on those links.

LinkMiner là gì?

LinkMiner là một tiện ích mở rộng Chrome được phát triển bởi https://pointblankseo.com, và tính năng chính của nó là "Checks webpages for broken links, and pulls metrics on those links.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng LinkMiner 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

                        LinkMiner takes broken link checking to the next level. You can now find out more about the links you're checking so you can make smarter decisions, quicker. Get link & social data on any link on a page, be able to export all links from a page, and even display link data next to each link on the page.

You can also utilize LinkMiner to find out how many total or external links are on the page you're viewing.

UPDATE 1.5: You can now toggle the LinkMiner on Google search result pages to find out various link metrics about each result (without having to click-through to that page).                    

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

Tên LinkMiner LinkMiner
ID ogdhdnpiclkaeicicamopfohidjokoom
URL Chính Thức https://chromewebstore.google.com/detail/linkminer/ogdhdnpiclkaeicicamopfohidjokoom
Mô tả Checks webpages for broken links, and pulls metrics on those links.
Kích Thước Tệp 1.18 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.5.4
Cập Nhật Lần Cuối 2016-03-15
Ngày Phát Hành 2016-03-15
Đánh Giá 4.14/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://pointblankseo.com
Loại Thanh Toán free
Trang Web Mở Rộng http://pointblankseo.com/linkminer
URL Trang Trợ Giúp http://pointblankseo.com/linkminer
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.5.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "options_page": "options.html",
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/consoleLog.js",
            "scripts\/config.js",
            "scripts\/utils.js",
            "scripts\/cookie_manager.js",
            "scripts\/majestic\/DomainTools.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/bootstrap.prefixed.css",
                "styles\/main.css",
                "styles\/google-serps.css"
            ],
            "js": [
                "scripts\/consoleLog.js",
                "scripts\/config.js",
                "scripts\/majestic\/DomainTools.js",
                "scripts\/jquery-2.1.1.min.js",
                "scripts\/bootstrap.prefixed.js",
                "scripts\/moment.js",
                "scripts\/utils.js",
                "scripts\/hmac_sha1.js",
                "scripts\/mozseo.js",
                "scripts\/popup.js",
                "scripts\/searchEngineParser.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/*.gif",
        "images\/*.png",
        "fonts\/*",
        "options.html"
    ],
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}