Reddit Mail Checker
Automatically checks to see if you have Reddit mail!
Wat is Reddit Mail Checker?
Reddit Mail Checker is een Chrome-extensie ontwikkeld door Kiwisoft.co.uk, en de belangrijkste functie is "Automatically checks to see if you have Reddit mail!".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit Mail Checker
Download Reddit Mail Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | fdjnhhffjkmodhmboahellidmcegihof |
Officiële URL | https://chrome.google.com/webstore/detail/reddit-mail-checker/fdjnhhffjkmodhmboahellidmcegihof |
Beschrijving | Automatically checks to see if you have Reddit mail! |
Bestandsgrootte | 20.83 KB |
Aantal Installaties | 98 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2014-09-15 |
Publicatiedatum | 2014-09-15 |
Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Kiwisoft.co.uk |
Betalingswijze | free |
Extensiewebsite | http://www.kiwisoft.co.uk/ |
Ondersteunde Talen | 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" ] } |