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%
¿Qué es Gmail Attachments-To-Top?
Gmail Attachments-To-Top es una extensión de Chrome desarrollada por https://www.jsabo.net, y su función principal es "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Gmail Attachments-To-Top
Descarga archivos de extensión Gmail Attachments-To-Top en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Gmail Attachments-To-Top |
ID | mejlnmfjopkholenbkppcipminekbbeg |
URL Oficial | https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg |
Descripción | Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100% |
Tamaño del Archivo | 75 KB |
Cantidad de Instalaciones | 25,490 |
Versión Actual | 1.3 |
Última Actualización | 2019-11-04 |
Fecha de Publicación | 2019-11-04 |
Calificación | 2.41/5 Total de 29 Calificaciones |
Desarrollador | https://www.jsabo.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.jsabo.net |
Idiomas Soportados | 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" ] } ] } |