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%

Apa itu Gmail Attachments-To-Top?

Gmail Attachments-To-Top adalah ekstensi Chrome yang dikembangkan oleh https://www.jsabo.net, dan fitur utamanya adalah "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gmail Attachments-To-Top

Unduh file ekstensi Gmail Attachments-To-Top dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Gmail Attachments-To-Top Gmail Attachments-To-Top
ID mejlnmfjopkholenbkppcipminekbbeg
URL Resmi https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg
Deskripsi Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%
Ukuran File 75 KB
Jumlah Instalasi 25,490
Versi Saat Ini 1.3
Terakhir Diperbarui 2019-11-04
Tanggal Publikasi 2019-11-04
Penilaian 2.41/5 Total 29 Penilaian
Pengembang https://www.jsabo.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.jsabo.net
Bahasa yang Didukung 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"
            ]
        }
    ]
}