Link Checker

Link Check And Search Keywords.

What is Link Checker?

Link Checker is a Chrome extension developed by Roadrunnner Co.Ltd., and its main feature is "Link Check And Search Keywords.".

Extension Screenshots

screenshot
screenshot

Download Link Checker Extension CRX File

Download Link Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is Link Checker. Check by XHR.
You can check whether there is a string that you specify in the link.

* page that requires authentication will result in an error in the link check.

リンクチェッカーです。
リンク先に指定した文字列があるかチェックすることができます。

※認証が必要なページはリンクチェックでエラーとなります                    

Extension Basic Information

Name Link Checker Link Checker
ID odebgldnjemgahajfbadppehlkechahe
Official URL https://chrome.google.com/webstore/detail/link-checker/odebgldnjemgahajfbadppehlkechahe
Description Link Check And Search Keywords.
File Size 119 KB
Installation Count 425
Current Version 0.3
Last Updated 2015-08-31
Publish Date 2015-08-31
Developer Roadrunnner Co.Ltd.
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Checker",
    "version": "0.3",
    "description": "Link Check And Search Keywords.",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_title": "Link Checker",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.10.1.min.js",
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.10.1.min.js",
            "background.js"
        ]
    },
    "manifest_version": 2
}