Gmail Move-To-Top Attachment
Automatically moves Gmail email attachments to the top of the email for a better experience
什么是Gmail Move-To-Top Attachment?
Gmail Move-To-Top Attachment是由Fabio B.开发的Chrome扩展程序,该扩展的主要功能是“Automatically moves Gmail email attachments to the top of the email for a better experience”。
扩展截图
下载Gmail Move-To-Top Attachment扩展crx文件
下载Gmail Move-To-Top Attachment扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A small tool that automatically moves your Gmail email attachment to the top of the email for a better user experience and a gain in productivity. 扩展基本信息
| 名称 | |
| ID | pchhdadkgoameiaolfngnkmpbplnlcda |
| 官方URL | https://chromewebstore.google.com/detail/gmail-move-to-top-attachm/pchhdadkgoameiaolfngnkmpbplnlcda |
| 简介 | Automatically moves Gmail email attachments to the top of the email for a better experience |
| 文件大小 | 8.74 KB |
| 安装次数 | 11,020 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-07-04 |
| 上架时间 | 2022-02-02 |
| 评分 | 3.30/5 共10次评分 |
| 开发者 | Fabio B. |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gmail Move-To-Top Attachment",
"description": "Automatically moves Gmail email attachments to the top of the email for a better experience",
"version": "1.1",
"manifest_version": 3,
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"arrive.min.js",
"script.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |