Reddit Mail Checker

Automatically checks to see if you have Reddit mail!

¿Qué es Reddit Mail Checker?

Reddit Mail Checker es una extensión de Chrome desarrollada por Kiwisoft.co.uk, y su función principal es "Automatically checks to see if you have Reddit mail!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Reddit Mail Checker

Descarga archivos de extensión Reddit Mail Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Reddit Mail Checker Reddit Mail Checker
ID fdjnhhffjkmodhmboahellidmcegihof
URL Oficial https://chrome.google.com/webstore/detail/reddit-mail-checker/fdjnhhffjkmodhmboahellidmcegihof
Descripción Automatically checks to see if you have Reddit mail!
Tamaño del Archivo 20.83 KB
Cantidad de Instalaciones 98
Versión Actual 0.0.4
Última Actualización 2014-09-15
Fecha de Publicación 2014-09-15
Calificación 4.00/5 Total de 5 Calificaciones
Desarrollador Kiwisoft.co.uk
Tipo de Pago free
Sitio Web de la Extensión http://www.kiwisoft.co.uk/
Idiomas Soportados 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"
    ]
}