Cloud Tsunami
Embed Cloud Tsunami into any webpage.
Hvad er Cloud Tsunami?
Cloud Tsunami er en Chrome-udvidelse udviklet af http://sites.google.com/site/tsunamiide, og dens hovedfunktion er "Embed Cloud Tsunami into any webpage.".
Udvidelsesskærmbilleder
Download Cloud Tsunami-udvidelses-CRX-fil
Download Cloud Tsunami-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | phjhdeablmpkomljhnlgpfkjohcipamj |
Officiel URL | https://chrome.google.com/webstore/detail/cloud-tsunami/phjhdeablmpkomljhnlgpfkjohcipamj |
Beskrivelse | Embed Cloud Tsunami into any webpage. |
Filstørrelse | 208 KB |
Antal Installationer | 26 |
Nuværende Version | 1.0 |
Senest Opdateret | 2013-08-19 |
Udgivelsesdato | 2013-08-19 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | http://sites.google.com/site/tsunamiide |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |