Unread for GMail
Mark unread GMail emails with a color
What is Unread for GMail?
Unread for GMail is a Chrome extension developed by Unknown, and its main feature is "Mark unread GMail emails with a color".
Extension Screenshots
Download Unread for GMail Extension CRX File
Download Unread for GMail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Mark unread GMail emails with a configurable color
Extension Basic Information
Name | Unread for GMail |
ID | plomegjhejbkljiijcbillglidciflfl |
Official URL | https://chromewebstore.google.com/detail/unread-for-gmail/plomegjhejbkljiijcbillglidciflfl |
Description | Mark unread GMail emails with a color |
File Size | 259 KB |
Installation Count | 302 |
Current Version | 1.0.0 |
Last Updated | 2017-08-29 |
Publish Date | 2017-08-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unread for GMail", "version": "1.0.0", "manifest_version": 2, "description": "Mark unread GMail emails with a color", "homepage_url": "https:\/\/www.linkedin.com\/in\/sachinmrao", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_ui": { "page": "src\/options_custom\/index.html", "chrome_style": true }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |