Unread for GMail
Mark unread GMail emails with a color
Unread for GMailとは何ですか?
Unread for GMailはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Mark unread GMail emails with a color」です。
拡張機能のスクリーンショット
Unread for GMail拡張機能のCRXファイルをダウンロード
Unread for GMail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Mark unread GMail emails with a configurable color
拡張機能の基本情報
名前 | Unread for GMail |
ID | plomegjhejbkljiijcbillglidciflfl |
公式URL | https://chromewebstore.google.com/detail/unread-for-gmail/plomegjhejbkljiijcbillglidciflfl |
説明 | Mark unread GMail emails with a color |
ファイルサイズ | 259 KB |
インストール数 | 302 |
現在のバージョン | 1.0.0 |
最終更新日 | 2017-08-29 |
公開日 | 2017-08-29 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | 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" ] } ] } |