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™”。
擴展截圖
下載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™ |
ID | eehnjaacbphnfgipdcfeaepafihfhnkm |
官方網址 | 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 |
電子郵箱 | [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" ] } |