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開發的Chrome擴展程式,該擴展的主要功能是“Highlights Gmail and Inbox rows on mouse over with nice and shiny colors.”。
擴展截圖
下載Row Highlighter for Gmail™ and Inbox™擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | ijfolchflbmnfopmpmodilcelmdakbfl |
| 官方網址 | 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"
} | |