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