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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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™ |
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" } |