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%

Vad är Gmail Attachments-To-Top?

Gmail Attachments-To-Top är en Chrome-tillägg utvecklad av https://www.jsabo.net, och dess huvudfunktion är "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%".

Tilläggsskärmbilder

screenshot

Ladda ner Gmail Attachments-To-Top-förlängningens CRX-fil

Ladda ner Gmail Attachments-To-Top-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Gmail Attachments-To-Top Gmail Attachments-To-Top
ID mejlnmfjopkholenbkppcipminekbbeg
Officiell webbadress https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg
Beskrivning Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%
Filstorlek 75 KB
Antal Installationer 25,490
Aktuell Version 1.3
Senast Uppdaterad 2019-11-04
Publiceringsdatum 2019-11-04
Betyg 2.41/5 Totalt 29 Betyg
Utvecklare https://www.jsabo.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.jsabo.net
Stödda Språk 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"
            ]
        }
    ]
}