Website Status

A simple way to monitor websites. Extension created by Ale Mohamad.

什么是Website Status?

Website Status是由Ale Mohamad开发的Chrome扩展程序,该扩展的主要功能是“A simple way to monitor websites. Extension created by Ale Mohamad.”。

扩展截图

screenshot
screenshot

下载Website Status扩展crx文件

下载Website Status扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A simpler way to monitor websites.

You can check the status of each of the websites that you are following.

This is a simple tool to use, so you can keep up with these websites with which you are working (or checking if other websites are working).                    

扩展基本信息

名称 Website Status Website Status
ID heocgfngkgbdnbaobnmldjgbmmagfdpo
官方URL https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo
简介 A simple way to monitor websites. Extension created by Ale Mohamad.
文件大小 219 KB
安装次数 270
当前版本 1.0
更新时间 2013-11-10
上架时间 2013-11-10
评分 3.67/5 共3次评分
开发者 Ale Mohamad
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Status",
    "version": "1.0",
    "manifest_version": 2,
    "description": "A simple way to monitor websites. Extension created by Ale Mohamad.",
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Website Status",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/main.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "notifications"
    ],
    "options_page": "html\/options.html"
}