Better download all attachments for Gmail™

This extension permits you to download all files attached, in a mail, separately on Gmail™

Better download all attachments for Gmail™とは何ですか?

Better download all attachments for Gmail™はmlazzjeによって開発されたChromeの拡張機能で、その主な機能は「This extension permits you to download all files attached, in a mail, separately on Gmail™」です。

拡張機能のスクリーンショット

screenshot
screenshot

Better download all attachments for Gmail™拡張機能のCRXファイルをダウンロード

Better download all attachments for Gmail™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a google chrome (open source) extension. It permits you to download all files attached in a mail without downloading the archive created automatically by Gmail. Now, you can also download all the attachments in the conversation!

Developed by medric && mlazzje

Original idea of Stéphane

***** GMAIL NEW UI IS SUPPORTED *****

***** MAC IS NOT YET SUPPORTED *****

GitHub project available here: https://github.com/mlazzje/gmail-dl-all-attachments-for-chrome                    

拡張機能の基本情報

名前 Better download all attachments for Gmail™ Better download all attachments for Gmail™
ID eehnjaacbphnfgipdcfeaepafihfhnkm
公式URL https://chromewebstore.google.com/detail/better-download-all-attac/eehnjaacbphnfgipdcfeaepafihfhnkm
説明 This extension permits you to download all files attached, in a mail, separately on Gmail™
ファイルサイズ 57.95 KB
インストール数 7,000
現在のバージョン 1.1.0
最終更新日 2023-02-16
公開日 2018-05-29
評価 2.86/5 合計 35 レビュー
開発者 mlazzje
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mlazzje/gmail-dl-all-attachments
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better download all attachments for Gmail\u2122",
    "short_name": "Better download all",
    "description": "__MSG_description__",
    "version": "1.1.0",
    "default_locale": "en",
    "icons": {
        "16": "img\/logo_16.png",
        "48": "img\/logo_48.png",
        "128": "img\/logo_128.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "google-analytics-bundle.js",
                "inboxsdk.js",
                "util.js",
                "app.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/save.png",
        "img\/save_toolbar.png"
    ]
}