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%

Was ist Gmail Attachments-To-Top?

Gmail Attachments-To-Top ist eine Chrome-Erweiterung, die von https://www.jsabo.net entwickelt wurde, und ihr Hauptmerkmal ist "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%".

Erweiterungsscreenshots

screenshot

Gmail Attachments-To-Top-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail Attachments-To-Top-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Gmail Attachments-To-Top Gmail Attachments-To-Top
ID mejlnmfjopkholenbkppcipminekbbeg
Offizielle URL https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg
Beschreibung Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%
Dateigröße 75 KB
Installationsanzahl 25,490
Aktuelle Version 1.3
Letztes Update 2019-11-04
Veröffentlichungsdatum 2019-11-04
Bewertung 2.41/5 Insgesamt 29 Bewertungen
Entwickler https://www.jsabo.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.jsabo.net
Unterstützte Sprachen 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"
            ]
        }
    ]
}