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%
Co to jest Gmail Attachments-To-Top?
Gmail Attachments-To-Top to rozszerzenie Chrome opracowane przez https://www.jsabo.net, a jego główną funkcją jest „Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gmail Attachments-To-Top
Pobierz pliki rozszerzeń Gmail Attachments-To-Top w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Gmail Attachments-To-Top |
ID | mejlnmfjopkholenbkppcipminekbbeg |
Oficjalny URL | https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg |
Opis | Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100% |
Rozmiar pliku | 75 KB |
Liczba instalacji | 25,490 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2019-11-04 |
Data Publikacji | 2019-11-04 |
Ocena | 2.41/5 Łącznie 29 Oceny |
Deweloper | https://www.jsabo.net |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.jsabo.net |
Obsługiwane Języki | 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" ] } ] } |