Gmail image fit
Resize the images in the mail body to prevent the horizontal scrolling
Cos'è Gmail image fit?
Gmail image fit è un'estensione di Chrome sviluppata da Flavio, e la sua funzione principale è "Resize the images in the mail body to prevent the horizontal scrolling".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gmail image fit
Scarica i file di estensione Gmail image fit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Gmail image fit |
ID | ofglaiipngecdpdioidnflbfcplpiapa |
URL Ufficiale | https://chromewebstore.google.com/detail/gmail-image-fit/ofglaiipngecdpdioidnflbfcplpiapa |
Descrizione | Resize the images in the mail body to prevent the horizontal scrolling |
Dimensione del File | 109 KB |
Conteggio Installazioni | 1,113 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-01-21 |
Data di Pubblicazione | 2021-01-21 |
Valutazione | 4.00/5 Totale 6 Valutazioni |
Sviluppatore | Flavio |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Omnia89/gmail_image_fit |
URL della Pagina di Aiuto | https://github.com/Omnia89/gmail_image_fit/issues |
Lingue Supportate | 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" } } |