Link Checker

Link Check And Search Keywords.

Link Checkerとは何ですか?

Link CheckerはRoadrunnner Co.Ltd.によって開発されたChromeの拡張機能で、その主な機能は「Link Check And Search Keywords.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Link Checker拡張機能のCRXファイルをダウンロード

Link Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.

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

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

拡張機能の基本情報

名前 Link Checker Link Checker
ID odebgldnjemgahajfbadppehlkechahe
公式URL https://chrome.google.com/webstore/detail/link-checker/odebgldnjemgahajfbadppehlkechahe
説明 Link Check And Search Keywords.
ファイルサイズ 119 KB
インストール数 425
現在のバージョン 0.3
最終更新日 2015-08-31
公開日 2015-08-31
開発者 Roadrunnner Co.Ltd.
支払い方法 free
対応言語 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
}