Newman
Get simple notifications when a new gmail message arrives.
Newmanとは何ですか?
Newmanはimagentleman (José Antonio Chio)によって開発されたChromeの拡張機能で、その主な機能は「Get simple notifications when a new gmail message arrives.」です。
拡張機能のスクリーンショット
Newman拡張機能のCRXファイルをダウンロード
Newman拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get a notification if you got an email on your gmail account since the last time you checked (visited your inbox), without constant interruptions or counts of thousands of unread messages.
Usage:
-If there are no new messages the extension icon shows a blank page.
-If a message arrived the icon will turn into a red paper plane.
-You can go to your inbox by clicking the extension icon.
-The icon will only show a paper plane if something new arrived since the last time you visited gmail.
Notes:
-The extension doesn't show the unread count (this is on purpose and meant to be a feature).
-You must be logged in gmail for the extension to work. If you aren't it will show a greyed icon with an "X".
Other works
http://imagentleman.github.io 拡張機能の基本情報
| 名前 | |
| ID | kfmkjnidhdpmicaidofhagaklmccpdpc |
| 公式URL | https://chromewebstore.google.com/detail/newman/kfmkjnidhdpmicaidofhagaklmccpdpc |
| 説明 | Get simple notifications when a new gmail message arrives. |
| ファイルサイズ | 41.54 KB |
| インストール数 | 148 |
| 現在のバージョン | 13 |
| 最終更新日 | 2014-02-13 |
| 公開日 | 2014-02-12 |
| 評価 | 2.67/5 合計 3 レビュー |
| 開発者 | imagentleman (José Antonio Chio) |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://imagentleman.github.io |
| 対応言語 | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Newman",
"default_locale": "en",
"description": "__MSG_appDesc__",
"version": "13",
"background": {
"page": "background.html",
"persistent": false
},
"permissions": [
"*:\/\/mail.google.com\/",
"alarms",
"tabs",
"storage",
"webNavigation"
],
"icons": {
"128": "icon_128.webp",
"48": "icon_48.webp"
},
"browser_action": {
"default_icon": "icon_19-empty.webp"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |