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