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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pb_ee1 และคุณลักษณะหลักของมันคือ "Highlights Gmail and Inbox rows on mouse over with nice and shiny colors."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Row Highlighter for Gmail™ and Inbox™

ดาวน์โหลดไฟล์ส่วนขยาย Row Highlighter for Gmail™ and Inbox™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}