Site Status Checker

Check for a websites status over time.

Site Status Checkerとは何ですか?

Site Status CheckerはJalsemgeestによって開発されたChromeの拡張機能で、その主な機能は「Check for a websites status over time.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Site Status Checker (SSC) allows you to have Chrome worry about checking if a website is available again with a valid status code.

Simply click SSC in the toolbar when you're on a site that's not behaving, specify the status code that is happening (ex. 404, 803, etc.), specify a poll interval in seconds (default to 300 seconds or 5 minutes), and click "Start Polling".

Once the website is no longer giving that status code, it will notify you with a simple notification, clicking it will bring you back to the previously misbehaving website.

Note: The minimum poll interval is 5 seconds.  This is to try to keep the interval down to a human like level, as SSC does not want to be used for any form of illegal or mischievous activities.                    

拡張機能の基本情報

名前 Site Status Checker Site Status Checker
ID kipiakkaapbigeplcjilfdhegdollhec
公式URL https://chrome.google.com/webstore/detail/site-status-checker/kipiakkaapbigeplcjilfdhegdollhec
説明 Check for a websites status over time.
ファイルサイズ 23.24 KB
インストール数 105
現在のバージョン 1.0.0
最終更新日 2017-03-22
公開日 2017-03-22
評価 5.00/5 合計 1 レビュー
開発者 Jalsemgeest
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Status Checker",
    "short_name": "SSC",
    "version": "1.0.0",
    "description": "Check for a websites status over time.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_popup": "info.html"
    },
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "assets\/images\/logo16.png",
        "48": "assets\/images\/logo48.png",
        "128": "assets\/images\/logo128.png"
    },
    "manifest_version": 2
}