Reddit Mail Checker
Automatically checks to see if you have Reddit mail!
Qu'est-ce que Reddit Mail Checker ?
Reddit Mail Checker est une extension Chrome développée par Kiwisoft.co.uk, et sa fonction principale est "Automatically checks to see if you have Reddit mail!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reddit Mail Checker
Téléchargez les fichiers d'extension Reddit Mail Checker 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 updates as soon as you receive a comment or direct message via Reddit! When you receive new mail, the icon will notify you and you'll be able to click it to go directly to your mail!
Informations de Base sur l'Extension
Nom | |
ID | fdjnhhffjkmodhmboahellidmcegihof |
URL Officiel | https://chrome.google.com/webstore/detail/reddit-mail-checker/fdjnhhffjkmodhmboahellidmcegihof |
Description | Automatically checks to see if you have Reddit mail! |
Taille du Fichier | 20.83 KB |
Nombre d'Installations | 98 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2014-09-15 |
Date de Publication | 2014-09-15 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | Kiwisoft.co.uk |
Type de Paiement | free |
Site Web de l'Extension | http://www.kiwisoft.co.uk/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Mail Checker", "version": "0.0.4", "manifest_version": 2, "description": "Automatically checks to see if you have Reddit mail!", "homepage_url": "http:\/\/www.kiwisoft.co.uk", "icons": { "16": "icons\/reddit16.png", "48": "icons\/reddit48.png", "128": "icons\/reddit128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/nomail19.png", "default_title": "Go to messages" }, "options_page": "src\/options\/options.html", "permissions": [ "http:\/\/www.reddit.com\/*", "https:\/\/www.reddit.com\/*", "tabs", "storage" ] } |