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%

Wat is Gmail Attachments-To-Top?

Gmail Attachments-To-Top is een Chrome-extensie ontwikkeld door https://www.jsabo.net, en de belangrijkste functie is "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gmail Attachments-To-Top

Download Gmail Attachments-To-Top-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Gmail Attachments-To-Top Gmail Attachments-To-Top
ID mejlnmfjopkholenbkppcipminekbbeg
Officiële URL https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg
Beschrijving Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%
Bestandsgrootte 75 KB
Aantal Installaties 25,490
Huidige Versie 1.3
Laatst Bijgewerkt 2019-11-04
Publicatiedatum 2019-11-04
Beoordeling 2.41/5 Totaal 29 Beoordelingen
Ontwikkelaar https://www.jsabo.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.jsabo.net
Ondersteunde Talen 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"
            ]
        }
    ]
}