Reddit Mail Checker

Automatically checks to see if you have Reddit mail!

Cos'è Reddit Mail Checker?

Reddit Mail Checker è un'estensione di Chrome sviluppata da Kiwisoft.co.uk, e la sua funzione principale è "Automatically checks to see if you have Reddit mail!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reddit Mail Checker

Scarica i file di estensione Reddit Mail Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Reddit Mail Checker Reddit Mail Checker
ID fdjnhhffjkmodhmboahellidmcegihof
URL Ufficiale https://chrome.google.com/webstore/detail/reddit-mail-checker/fdjnhhffjkmodhmboahellidmcegihof
Descrizione Automatically checks to see if you have Reddit mail!
Dimensione del File 20.83 KB
Conteggio Installazioni 98
Versione Corrente 0.0.4
Ultimo Aggiornamento 2014-09-15
Data di Pubblicazione 2014-09-15
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore Kiwisoft.co.uk
Tipo di Pagamento free
Sito Web dell'Estensione http://www.kiwisoft.co.uk/
Lingue Supportate 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"
    ]
}