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是由Peter Smith开发的Chrome扩展程序,该扩展的主要功能是“CloudApp image autoloader. Use this addon to render CloudApp images inside your gmail.”。

扩展截图

screenshot

下载CloudApp Image Loader for Gmail扩展crx文件

下载CloudApp Image Loader for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Allows you to view Cloudapp images inside your gmail.                    

扩展基本信息

名称 CloudApp Image Loader for Gmail CloudApp Image Loader for 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"
    ]
}