IsSiteDown

Quickly check if any website you visit is down for all or just for you

What is IsSiteDown?

IsSiteDown is a Chrome extension developed by moshegarsia11, and its main feature is "Quickly check if any website you visit is down for all or just for you".

Extension Screenshots

screenshot

Download IsSiteDown Extension CRX File

Download IsSiteDown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        It happens to everyone. You visit your favorite site and it is in-accessible for an unknown reason. This extension will be able to tell you if the site is down only for you or for the rest of the users as well.                    

Extension Basic Information

Name IsSiteDown IsSiteDown
ID kooffnfkegofkpjbmmejkokacgjpbfic
Official URL https://chrome.google.com/webstore/detail/issitedown/kooffnfkegofkpjbmmejkokacgjpbfic
Description Quickly check if any website you visit is down for all or just for you
File Size 14.03 KB
Installation Count 4,963
Current Version 0.1
Last Updated 2015-05-22
Publish Date 2015-05-22
Rating 2.33/5 Total 3 Ratings
Developer moshegarsia11
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "IsSiteDown"
    },
    "name": "IsSiteDown",
    "description": "Quickly check if any website you visit is down for all or just for you",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}