Site Status Checker

Check for a websites status over time.

Site Status Checker क्या है?

Site Status Checker Jalsemgeest द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check for a websites status over time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Site Status Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
}