Reddit Mail Checker

Automatically checks to see if you have Reddit mail!

Was ist Reddit Mail Checker?

Reddit Mail Checker ist eine Chrome-Erweiterung, die von Kiwisoft.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "Automatically checks to see if you have Reddit mail!".

Erweiterungsscreenshots

screenshot

Reddit Mail Checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reddit Mail Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Reddit Mail Checker Reddit Mail Checker
ID fdjnhhffjkmodhmboahellidmcegihof
Offizielle URL https://chrome.google.com/webstore/detail/reddit-mail-checker/fdjnhhffjkmodhmboahellidmcegihof
Beschreibung Automatically checks to see if you have Reddit mail!
Dateigröße 20.83 KB
Installationsanzahl 98
Aktuelle Version 0.0.4
Letztes Update 2014-09-15
Veröffentlichungsdatum 2014-09-15
Bewertung 4.00/5 Insgesamt 5 Bewertungen
Entwickler Kiwisoft.co.uk
Zahlungsart free
Erweiterungswebsite http://www.kiwisoft.co.uk/
Unterstützte Sprachen 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"
    ]
}