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
Eメール [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"
    ]
}