CloudApp Image Loader for Gmail
CloudApp image autoloader. Use this addon to render CloudApp images inside your gmail.
CloudApp Image Loader for Gmailคืออะไร?
CloudApp Image Loader for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peter Smith และคุณลักษณะหลักของมันคือ "CloudApp image autoloader. Use this addon to render CloudApp images inside your gmail."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CloudApp Image Loader for Gmail
ดาวน์โหลดไฟล์ส่วนขยาย CloudApp Image Loader for Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows you to view Cloudapp images inside your gmail.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oeledhhhcgaeaaijjhgagekpppjabpkp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cloudapp-image-loader-for/oeledhhhcgaeaaijjhgagekpppjabpkp |
คำอธิบาย | CloudApp image autoloader. Use this addon to render CloudApp images inside your gmail. |
ขนาดไฟล์ | 66.51 KB |
จำนวนการติดตั้ง | 77 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2016-01-25 |
วันที่เผยแพร่ | 2016-01-24 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Peter Smith |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_info_name__", "version": "0.0.5", "description": "__MSG_info_description__", "author": "Georgiy Velchev", "default_locale": "en", "background": { "scripts": [ "js\/libs\/jq.js", "js\/libs\/require.js", "js\/background\/bg.js" ] }, "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "browser_action": { "default_icon": "images\/16x16.png", "default_title": "CloudImg loader" }, "permissions": [ "storage", "tabs", "contextMenus", "notifications", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/mail.google.*\/*" ], "js": [ "js\/libs\/require.js", "js\/libs\/require-cs.js", "js\/main.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "js\/libs\/domReady.js", "js\/content\/app.js", "js\/content\/gmail.js", "js\/content\/observer.js", "js\/content\/simulate.js", "js\/utils\/helper.js", "images\/16x16.png" ] } |