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%

Qu'est-ce que Gmail Attachments-To-Top ?

Gmail Attachments-To-Top est une extension Chrome développée par https://www.jsabo.net, et sa fonction principale est "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Gmail Attachments-To-Top

Téléchargez les fichiers d'extension Gmail Attachments-To-Top au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Gmail Attachments-To-Top Gmail Attachments-To-Top
ID mejlnmfjopkholenbkppcipminekbbeg
URL Officiel https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg
Description Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%
Taille du Fichier 75 KB
Nombre d'Installations 25,490
Version Actuelle 1.3
Dernière Mise à Jour 2019-11-04
Date de Publication 2019-11-04
Évaluation 2.41/5 Total 29 Évaluations
Développeur https://www.jsabo.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.jsabo.net
Langues Prises en Charge 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"
            ]
        }
    ]
}