Row Highlighter for Gmail™ and Inbox™

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

Row Highlighter for Gmail™ and Inbox™ क्या है?

Row Highlighter for Gmail™ and Inbox™ pb_ee1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlights Gmail and Inbox rows on mouse over with nice and shiny colors."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Row Highlighter for Gmail™ and Inbox™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Row Highlighter for Gmail™ and Inbox™ Row Highlighter for Gmail™ and Inbox™
ID ijfolchflbmnfopmpmodilcelmdakbfl
आधिकारिक URL https://chromewebstore.google.com/detail/row-highlighter-for-gmail/ijfolchflbmnfopmpmodilcelmdakbfl
विवरण Highlights Gmail and Inbox rows on mouse over with nice and shiny colors.
फ़ाइल का आकार 53.5 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.4.0
अंतिम अपडेट 2017-07-05
प्रकाशन तिथि 2017-07-05
रेटिंग 4.39/5 कुल 51 रेटिंग्स
डेवलपर pb_ee1
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}