Cloud Tsunami

Embed Cloud Tsunami into any webpage.

What is Cloud Tsunami?

Cloud Tsunami is a Chrome extension developed by http://sites.google.com/site/tsunamiide, and its main feature is "Embed Cloud Tsunami into any webpage.".

Extension Screenshots

screenshot

Download Cloud Tsunami Extension CRX File

Download Cloud Tsunami extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Cloud Tsunami Cloud Tsunami
ID phjhdeablmpkomljhnlgpfkjohcipamj
Official URL https://chrome.google.com/webstore/detail/cloud-tsunami/phjhdeablmpkomljhnlgpfkjohcipamj
Description Embed Cloud Tsunami into any webpage.
File Size 208 KB
Installation Count 26
Current Version 1.0
Last Updated 2013-08-19
Publish Date 2013-08-19
Rating 4.50/5 Total 2 Ratings
Developer http://sites.google.com/site/tsunamiide
Payment Type free
Supported Languages 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"
    }
}