Cloud Tsunami

Embed Cloud Tsunami into any webpage.

Wat is Cloud Tsunami?

Cloud Tsunami is een Chrome-extensie ontwikkeld door http://sites.google.com/site/tsunamiide, en de belangrijkste functie is "Embed Cloud Tsunami into any webpage.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cloud Tsunami

Download Cloud Tsunami-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Cloud Tsunami Cloud Tsunami
ID phjhdeablmpkomljhnlgpfkjohcipamj
Officiële URL https://chrome.google.com/webstore/detail/cloud-tsunami/phjhdeablmpkomljhnlgpfkjohcipamj
Beschrijving Embed Cloud Tsunami into any webpage.
Bestandsgrootte 208 KB
Aantal Installaties 26
Huidige Versie 1.0
Laatst Bijgewerkt 2013-08-19
Publicatiedatum 2013-08-19
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar http://sites.google.com/site/tsunamiide
Betalingswijze free
Ondersteunde Talen 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"
    }
}