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
官方網址 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"
            ]
        }
    ]
}