Gmail image fit
Resize the images in the mail body to prevent the horizontal scrolling
Co je Gmail image fit?
Gmail image fit je rozšíření Chrome vyvinuté Flavio, a jeho hlavní funkcí je „Resize the images in the mail body to prevent the horizontal scrolling“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gmail image fit
Stáhněte si soubory rozšíření Gmail image fit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Gmail image fit |
ID | ofglaiipngecdpdioidnflbfcplpiapa |
Oficiální URL | https://chromewebstore.google.com/detail/gmail-image-fit/ofglaiipngecdpdioidnflbfcplpiapa |
Popis | Resize the images in the mail body to prevent the horizontal scrolling |
Velikost souboru | 109 KB |
Počet instalací | 1,113 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-01-21 |
Datum Vydání | 2021-01-21 |
Hodnocení | 4.00/5 Celkem 6 Hodnocení |
Vývojář | Flavio |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Omnia89/gmail_image_fit |
URL Stránky Nápovědy | https://github.com/Omnia89/gmail_image_fit/issues |
Podporované Jazyky | 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" } } |