Link Checker

Link Check And Search Keywords.

Cos'è Link Checker?

Link Checker è un'estensione di Chrome sviluppata da Roadrunnner Co.Ltd., e la sua funzione principale è "Link Check And Search Keywords.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Link Checker

Scarica i file di estensione Link Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.

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

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

Informazioni di Base sull'Estensione

Nome Link Checker Link Checker
ID odebgldnjemgahajfbadppehlkechahe
URL Ufficiale https://chrome.google.com/webstore/detail/link-checker/odebgldnjemgahajfbadppehlkechahe
Descrizione Link Check And Search Keywords.
Dimensione del File 119 KB
Conteggio Installazioni 425
Versione Corrente 0.3
Ultimo Aggiornamento 2015-08-31
Data di Pubblicazione 2015-08-31
Sviluppatore Roadrunnner Co.Ltd.
Tipo di Pagamento free
Lingue Supportate 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
}