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
擴展基本資訊
名稱 | Newman |
ID | kfmkjnidhdpmicaidofhagaklmccpdpc |
官方網址 | 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) |
電子郵箱 | [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'" } |