Cloud Tsunami
Embed Cloud Tsunami into any webpage.
Was ist Cloud Tsunami?
Cloud Tsunami ist eine Chrome-Erweiterung, die von http://sites.google.com/site/tsunamiide entwickelt wurde, und ihr Hauptmerkmal ist "Embed Cloud Tsunami into any webpage.".
Erweiterungsscreenshots
Cloud Tsunami-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cloud Tsunami-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | phjhdeablmpkomljhnlgpfkjohcipamj |
| Offizielle URL | https://chrome.google.com/webstore/detail/cloud-tsunami/phjhdeablmpkomljhnlgpfkjohcipamj |
| Beschreibung | Embed Cloud Tsunami into any webpage. |
| Dateigröße | 208 KB |
| Installationsanzahl | 26 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2013-08-19 |
| Veröffentlichungsdatum | 2013-08-19 |
| Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
| Entwickler | http://sites.google.com/site/tsunamiide |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |