Row Highlighter for Gmail™ and Inbox™
Highlights Gmail and Inbox rows on mouse over with nice and shiny colors.
¿Qué es Row Highlighter for Gmail™ and Inbox™?
Row Highlighter for Gmail™ and Inbox™ es una extensión de Chrome desarrollada por pb_ee1, y su función principal es "Highlights Gmail and Inbox rows on mouse over with nice and shiny colors.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Row Highlighter for Gmail™ and Inbox™
Descarga archivos de extensión Row Highlighter for Gmail™ and Inbox™ 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
Adds some colors to the letter rows in Gmail (including in multiple inboxes feature) and in Inbox. Also supports contacts list (https://contacts.google.com/). Starting from version 1.1, you can customize the colors! :-) Credits goes to stasnikiforov for the style format, and to Jhon for the idea (http://userstyles.org/styles/4725). You might also be interested in this extension: https://chrome.google.com/extensions/detail/johdeoloijidhejmalfkpchbihbiamph
Información Básica de la Extensión
Nombre | Row Highlighter for Gmail™ and Inbox™ |
ID | ijfolchflbmnfopmpmodilcelmdakbfl |
URL Oficial | https://chromewebstore.google.com/detail/row-highlighter-for-gmail/ijfolchflbmnfopmpmodilcelmdakbfl |
Descripción | Highlights Gmail and Inbox rows on mouse over with nice and shiny colors. |
Tamaño del Archivo | 53.5 KB |
Cantidad de Instalaciones | 10,000 |
Versión Actual | 1.4.0 |
Última Actualización | 2017-07-05 |
Fecha de Publicación | 2017-07-05 |
Calificación | 4.39/5 Total de 51 Calificaciones |
Desarrollador | pb_ee1 |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "jquery\/jquery-3.2.1.min.js", "localStorage.js", "background.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "engine.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*", "http:\/\/inbox.google.com\/*", "https:\/\/inbox.google.com\/*", "http:\/\/contacts.google.com\/*", "https:\/\/contacts.google.com\/*" ], "run_at": "document_end" } ], "description": "Highlights Gmail and Inbox rows on mouse over with nice and shiny colors.", "icons": { "128": "images\/extension\/128.png", "16": "images\/extension\/16.png", "48": "images\/extension\/48.png" }, "manifest_version": 2, "name": "Row Highlighter for Gmail\u2122 and Inbox\u2122", "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.0" } |