Row Highlighter for Gmail™ and Inbox™

Highlights Gmail and Inbox rows on mouse over with nice and shiny colors.

O que é Row Highlighter for Gmail™ and Inbox™?

Row Highlighter for Gmail™ and Inbox™ é uma extensão do Chrome desenvolvida por pb_ee1, e sua principal característica é "Highlights Gmail and Inbox rows on mouse over with nice and shiny colors.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Row Highlighter for Gmail™ and Inbox™

Baixe arquivos de extensão Row Highlighter for Gmail™ and Inbox™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Row Highlighter for Gmail™ and Inbox™ Row Highlighter for Gmail™ and Inbox™
ID ijfolchflbmnfopmpmodilcelmdakbfl
URL Oficial https://chromewebstore.google.com/detail/row-highlighter-for-gmail/ijfolchflbmnfopmpmodilcelmdakbfl
Descrição Highlights Gmail and Inbox rows on mouse over with nice and shiny colors.
Tamanho do Arquivo 53.5 KB
Contagem de Instalações 10,000
Versão Atual 1.4.0
Última Atualização 2017-07-05
Data de Publicação 2017-07-05
Classificação 4.39/5 Total de 51 Avaliações
Desenvolvedor pb_ee1
Tipo de Pagamento free
Idiomas Suportados 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"
}