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
官方網址 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"
}