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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
} | |