Gmail Attachments-To-Top

Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%

什么是Gmail Attachments-To-Top?

Gmail Attachments-To-Top是由https://www.jsabo.net开发的Chrome扩展程序,该扩展的主要功能是“Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%”。

扩展截图

screenshot

下载Gmail Attachments-To-Top扩展crx文件

下载Gmail Attachments-To-Top扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%. To then download the file, you need to preview the file, then click download in the top right.                    

扩展基本信息

名称 Gmail Attachments-To-Top Gmail Attachments-To-Top
ID mejlnmfjopkholenbkppcipminekbbeg
官方URL https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg
简介 Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%
文件大小 75 KB
安装次数 25,490
当前版本 1.3
更新时间 2019-11-04
上架时间 2019-11-04
评分 2.41/5 共29次评分
开发者 https://www.jsabo.net
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.jsabo.net
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Attachments-To-Top",
    "description": "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery-3.4.1.slim.js",
                "custom.js"
            ]
        }
    ]
}