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™ là gì?

Row Highlighter for Gmail™ and Inbox™ là một tiện ích mở rộng Chrome được phát triển bởi pb_ee1, và tính năng chính của nó là "Highlights Gmail and Inbox rows on mouse over with nice and shiny colors.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Row Highlighter for Gmail™ and Inbox™

Tải xuống các tệp mở rộng Row Highlighter for Gmail™ and Inbox™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Row Highlighter for Gmail™ and Inbox™ Row Highlighter for Gmail™ and Inbox™
ID ijfolchflbmnfopmpmodilcelmdakbfl
URL Chính Thức https://chromewebstore.google.com/detail/row-highlighter-for-gmail/ijfolchflbmnfopmpmodilcelmdakbfl
Mô tả Highlights Gmail and Inbox rows on mouse over with nice and shiny colors.
Kích Thước Tệp 53.5 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2017-07-05
Ngày Phát Hành 2017-07-05
Đánh Giá 4.39/5 Tổng số 51 Đánh Giá
Nhà Phát Triển pb_ee1
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}