Newman
Get simple notifications when a new gmail message arrives.
Qu'est-ce que Newman ?
Newman est une extension Chrome développée par imagentleman (José Antonio Chio), et sa fonction principale est "Get simple notifications when a new gmail message arrives.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Newman
Téléchargez les fichiers d'extension Newman au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Newman |
ID | kfmkjnidhdpmicaidofhagaklmccpdpc |
URL Officiel | https://chromewebstore.google.com/detail/newman/kfmkjnidhdpmicaidofhagaklmccpdpc |
Description | Get simple notifications when a new gmail message arrives. |
Taille du Fichier | 41.54 KB |
Nombre d'Installations | 148 |
Version Actuelle | 13 |
Dernière Mise à Jour | 2014-02-13 |
Date de Publication | 2014-02-12 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | imagentleman (José Antonio Chio) |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://imagentleman.github.io |
Langues Prises en Charge | 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'" } |