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
官方網址 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"
    ]
}