Website Status

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

Website Status là gì?

Website Status là một tiện ích mở rộng Chrome được phát triển bởi Ale Mohamad, và tính năng chính của nó là "A simple way to monitor websites. Extension created by Ale Mohamad.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Website Status

Tải xuống các tệp mở rộng Website Status dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Website Status Website Status
ID heocgfngkgbdnbaobnmldjgbmmagfdpo
URL Chính Thức https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo
Mô tả A simple way to monitor websites. Extension created by Ale Mohamad.
Kích Thước Tệp 219 KB
Số Lần Cài Đặt 270
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-11-10
Ngày Phát Hành 2013-11-10
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ale Mohamad
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}