CULA - your URLs status

Extension showing current status of your monitored URLs!

CULA - your URLs status là gì?

CULA - your URLs status là một tiện ích mở rộng Chrome được phát triển bởi https://cula.io, và tính năng chính của nó là "Extension showing current status of your monitored URLs!".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CULA - your URLs status

Tải xuống các tệp mở rộng CULA - your URLs 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

                        Do you monitor your website? Do you use cula.io? This extension allows you to get information immediately. Be first to know whether your websites are all up!                    

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

Tên CULA - your URLs status CULA - your URLs status
ID dckodpmnldknkilbndknoninhojlflbm
URL Chính Thức https://chromewebstore.google.com/detail/cula-your-urls-status/dckodpmnldknkilbndknoninhojlflbm
Mô tả Extension showing current status of your monitored URLs!
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2018-06-19
Ngày Phát Hành 2018-06-19
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://cula.io
Loại Thanh Toán free
Trang Web Mở Rộng https://cula.io
URL Trang Trợ Giúp https://cula.io/faq
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CULA - your URLs status",
    "version": "1.2.0",
    "description": "Extension showing current status of your monitored URLs!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/cula_logo_16.png",
            "32": "images\/cula_logo_32.png",
            "48": "images\/cula_logo_48.png",
            "128": "images\/cula_logo_128.png"
        }
    },
    "icons": {
        "16": "images\/cula_logo_16.png",
        "32": "images\/cula_logo_32.png",
        "48": "images\/cula_logo_48.png",
        "128": "images\/cula_logo_128.png"
    },
    "manifest_version": 2
}