Gmail image fit
Resize the images in the mail body to prevent the horizontal scrolling
Vad är Gmail image fit?
Gmail image fit är en Chrome-tillägg utvecklad av Flavio, och dess huvudfunktion är "Resize the images in the mail body to prevent the horizontal scrolling".
Tilläggsskärmbilder
Ladda ner Gmail image fit-förlängningens CRX-fil
Ladda ner Gmail image fit-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
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äggande Information om Tillägg
Namn | Gmail image fit |
ID | ofglaiipngecdpdioidnflbfcplpiapa |
Officiell webbadress | https://chromewebstore.google.com/detail/gmail-image-fit/ofglaiipngecdpdioidnflbfcplpiapa |
Beskrivning | Resize the images in the mail body to prevent the horizontal scrolling |
Filstorlek | 109 KB |
Antal Installationer | 1,113 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-01-21 |
Publiceringsdatum | 2021-01-21 |
Betyg | 4.00/5 Totalt 6 Betyg |
Utvecklare | Flavio |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Omnia89/gmail_image_fit |
Hjälpsida URL | https://github.com/Omnia89/gmail_image_fit/issues |
Stödda Språk | 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" } } |