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%
What is Gmail Attachments-To-Top?
Gmail Attachments-To-Top is a Chrome extension developed by https://www.jsabo.net, and its main feature is "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%".
Extension Screenshots
Download Gmail Attachments-To-Top Extension CRX File
Download Gmail Attachments-To-Top extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Gmail Attachments-To-Top |
ID | mejlnmfjopkholenbkppcipminekbbeg |
Official URL | 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% |
File Size | 75 KB |
Installation Count | 25,490 |
Current Version | 1.3 |
Last Updated | 2019-11-04 |
Publish Date | 2019-11-04 |
Rating | 2.41/5 Total 29 Ratings |
Developer | https://www.jsabo.net |
[email protected] | |
Payment Type | free |
Extension Website | http://www.jsabo.net |
Supported Languages | 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" ] } ] } |