Gmail image fit
Resize the images in the mail body to prevent the horizontal scrolling
Hvad er Gmail image fit?
Gmail image fit er en Chrome-udvidelse udviklet af Flavio, og dens hovedfunktion er "Resize the images in the mail body to prevent the horizontal scrolling".
Udvidelsesskærmbilleder
Download Gmail image fit-udvidelses-CRX-fil
Download Gmail image fit-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
This extension will automaticaly set the maximun width of all the images in the body mail (on gmail.com) to fit in the mail's viewport, to prevent annoying horizontal scrolling. Particulary useful when you receive many full-sized screenshoot. The extension doesn't need any permission and does not collect any kind of data
Grundlæggende oplysninger om udvidelsen
Navn | Gmail image fit |
ID | ofglaiipngecdpdioidnflbfcplpiapa |
Officiel URL | https://chromewebstore.google.com/detail/gmail-image-fit/ofglaiipngecdpdioidnflbfcplpiapa |
Beskrivelse | Resize the images in the mail body to prevent the horizontal scrolling |
Filstørrelse | 109 KB |
Antal Installationer | 1,113 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-01-21 |
Udgivelsesdato | 2021-01-21 |
Bedømmelse | 4.00/5 Samlet 6 Bedømmelser |
Udvikler | Flavio |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Omnia89/gmail_image_fit |
Hjælpeside-URL | https://github.com/Omnia89/gmail_image_fit/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail image fit", "version": "1.0", "description": "Resize the images in the mail body to prevent the horizontal scrolling", "manifest_version": 2, "author": "Flavio Cristoforetti, https:\/\/github.com\/Omnia89", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "main.css" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" } } |