Row Highlighter for Gmail™ and Inbox™

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

Co je Row Highlighter for Gmail™ and Inbox™?

Row Highlighter for Gmail™ and Inbox™ je rozšíření Chrome vyvinuté pb_ee1, a jeho hlavní funkcí je „Highlights Gmail and Inbox rows on mouse over with nice and shiny colors.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Row Highlighter for Gmail™ and Inbox™

Stáhněte si soubory rozšíření Row Highlighter for Gmail™ and Inbox™ 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í

                        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                    

Základní Informace o Rozšíření

Název Row Highlighter for Gmail™ and Inbox™ Row Highlighter for Gmail™ and Inbox™
ID ijfolchflbmnfopmpmodilcelmdakbfl
Oficiální URL https://chromewebstore.google.com/detail/row-highlighter-for-gmail/ijfolchflbmnfopmpmodilcelmdakbfl
Popis Highlights Gmail and Inbox rows on mouse over with nice and shiny colors.
Velikost souboru 53.5 KB
Počet instalací 10,000
Aktuální Verze 1.4.0
Poslední Aktualizace 2017-07-05
Datum Vydání 2017-07-05
Hodnocení 4.39/5 Celkem 51 Hodnocení
Vývojář pb_ee1
Typ Platby free
Podporované Jazyky 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"
}