Cloud Tsunami

Embed Cloud Tsunami into any webpage.

Cloud Tsunami là gì?

Cloud Tsunami là một tiện ích mở rộng Chrome được phát triển bởi http://sites.google.com/site/tsunamiide, và tính năng chính của nó là "Embed Cloud Tsunami into any webpage.".

Ả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 Cloud Tsunami

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

                                            

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

Tên Cloud Tsunami Cloud Tsunami
ID phjhdeablmpkomljhnlgpfkjohcipamj
URL Chính Thức https://chrome.google.com/webstore/detail/cloud-tsunami/phjhdeablmpkomljhnlgpfkjohcipamj
Mô tả Embed Cloud Tsunami into any webpage.
Kích Thước Tệp 208 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-08-19
Ngày Phát Hành 2013-08-19
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://sites.google.com/site/tsunamiide
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud Tsunami",
    "description": "Embed Cloud Tsunami into any webpage.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "\/windowfiles\/dhtmlwindow.css"
            ],
            "js": [
                "jquery-1.10.2.js",
                "\/windowfiles\/dhtmlwindow.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "windowfiles\/min.gif",
        "windowfiles\/close.png",
        "windowfiles\/close.gif",
        "windowfiles\/restore.gif",
        "windowfiles\/resize.gif"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}