Link Checker

Link Check And Search Keywords.

Co to jest Link Checker?

Link Checker to rozszerzenie Chrome opracowane przez Roadrunnner Co.Ltd., a jego główną funkcją jest „Link Check And Search Keywords.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Link Checker

Pobierz pliki rozszerzeń Link Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Link Checker Link Checker
ID odebgldnjemgahajfbadppehlkechahe
Oficjalny URL https://chrome.google.com/webstore/detail/link-checker/odebgldnjemgahajfbadppehlkechahe
Opis Link Check And Search Keywords.
Rozmiar pliku 119 KB
Liczba instalacji 425
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2015-08-31
Data Publikacji 2015-08-31
Deweloper Roadrunnner Co.Ltd.
Typ Płatności free
Obsługiwane Języki 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
}