Cloud Tsunami
Embed Cloud Tsunami into any webpage.
Vad är Cloud Tsunami?
Cloud Tsunami är en Chrome-tillägg utvecklad av http://sites.google.com/site/tsunamiide, och dess huvudfunktion är "Embed Cloud Tsunami into any webpage.".
Tilläggsskärmbilder
Ladda ner Cloud Tsunami-förlängningens CRX-fil
Ladda ner Cloud Tsunami-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | phjhdeablmpkomljhnlgpfkjohcipamj |
| Officiell webbadress | https://chrome.google.com/webstore/detail/cloud-tsunami/phjhdeablmpkomljhnlgpfkjohcipamj |
| Beskrivning | Embed Cloud Tsunami into any webpage. |
| Filstorlek | 208 KB |
| Antal Installationer | 26 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2013-08-19 |
| Publiceringsdatum | 2013-08-19 |
| Betyg | 4.50/5 Totalt 2 Betyg |
| Utvecklare | http://sites.google.com/site/tsunamiide |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |