CloudApp Image Loader for Gmail
CloudApp image autoloader. Use this addon to render CloudApp images inside your gmail.
CloudApp Image Loader for Gmail là gì?
CloudApp Image Loader for Gmail là một tiện ích mở rộng Chrome được phát triển bởi Peter Smith, và tính năng chính của nó là "CloudApp image autoloader. Use this addon to render CloudApp images inside your gmail.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CloudApp Image Loader for Gmail
Tải xuống các tệp mở rộng CloudApp Image Loader for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Allows you to view Cloudapp images inside your gmail.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oeledhhhcgaeaaijjhgagekpppjabpkp |
URL Chính Thức | https://chromewebstore.google.com/detail/cloudapp-image-loader-for/oeledhhhcgaeaaijjhgagekpppjabpkp |
Mô tả | CloudApp image autoloader. Use this addon to render CloudApp images inside your gmail. |
Kích Thước Tệp | 66.51 KB |
Số Lần Cài Đặt | 77 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2016-01-25 |
Ngày Phát Hành | 2016-01-24 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Peter Smith |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |