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%
Hvad er Gmail Attachments-To-Top?
Gmail Attachments-To-Top er en Chrome-udvidelse udviklet af https://www.jsabo.net, og dens hovedfunktion er "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%".
Udvidelsesskærmbilleder
Download Gmail Attachments-To-Top-udvidelses-CRX-fil
Download Gmail Attachments-To-Top-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Gmail Attachments-To-Top |
ID | mejlnmfjopkholenbkppcipminekbbeg |
Officiel URL | https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg |
Beskrivelse | Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100% |
Filstørrelse | 75 KB |
Antal Installationer | 25,490 |
Nuværende Version | 1.3 |
Senest Opdateret | 2019-11-04 |
Udgivelsesdato | 2019-11-04 |
Bedømmelse | 2.41/5 Samlet 29 Bedømmelser |
Udvikler | https://www.jsabo.net |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.jsabo.net |
Understøttede Sprog | 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" ] } ] } |