Cloud Tsunami
Embed Cloud Tsunami into any webpage.
ما هو Cloud Tsunami؟
Cloud Tsunami هو إضافة Chrome تم تطويرها بواسطة http://sites.google.com/site/tsunamiide، والميزة الرئيسية لها هي "Embed Cloud Tsunami into any webpage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cloud Tsunami
قم بتنزيل ملفات الامتداد Cloud Tsunami بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
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" } } |