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%

Cos'è Gmail Attachments-To-Top?

Gmail Attachments-To-Top è un'estensione di Chrome sviluppata da https://www.jsabo.net, e la sua funzione principale è "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gmail Attachments-To-Top

Scarica i file di estensione Gmail Attachments-To-Top in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Gmail Attachments-To-Top Gmail Attachments-To-Top
ID mejlnmfjopkholenbkppcipminekbbeg
URL Ufficiale https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg
Descrizione Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%
Dimensione del File 75 KB
Conteggio Installazioni 25,490
Versione Corrente 1.3
Ultimo Aggiornamento 2019-11-04
Data di Pubblicazione 2019-11-04
Valutazione 2.41/5 Totale 29 Valutazioni
Sviluppatore https://www.jsabo.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.jsabo.net
Lingue Supportate 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"
            ]
        }
    ]
}