Cloud Tsunami
Embed Cloud Tsunami into any webpage.
Cloud Tsunamiとは何ですか?
Cloud Tsunamiはhttp://sites.google.com/site/tsunamiideによって開発されたChromeの拡張機能で、その主な機能は「Embed Cloud Tsunami into any webpage.」です。
拡張機能のスクリーンショット
Cloud Tsunami拡張機能のCRXファイルをダウンロード
Cloud Tsunami拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | phjhdeablmpkomljhnlgpfkjohcipamj |
公式URL | https://chrome.google.com/webstore/detail/cloud-tsunami/phjhdeablmpkomljhnlgpfkjohcipamj |
説明 | Embed Cloud Tsunami into any webpage. |
ファイルサイズ | 208 KB |
インストール数 | 26 |
現在のバージョン | 1.0 |
最終更新日 | 2013-08-19 |
公開日 | 2013-08-19 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | http://sites.google.com/site/tsunamiide |
支払い方法 | free |
対応言語 | 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" } } |