Reddit Mail Checker

Automatically checks to see if you have Reddit mail!

Co to jest Reddit Mail Checker?

Reddit Mail Checker to rozszerzenie Chrome opracowane przez Kiwisoft.co.uk, a jego główną funkcją jest „Automatically checks to see if you have Reddit mail!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reddit Mail Checker

Pobierz pliki rozszerzeń Reddit Mail Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Reddit Mail Checker Reddit Mail Checker
ID fdjnhhffjkmodhmboahellidmcegihof
Oficjalny URL https://chrome.google.com/webstore/detail/reddit-mail-checker/fdjnhhffjkmodhmboahellidmcegihof
Opis Automatically checks to see if you have Reddit mail!
Rozmiar pliku 20.83 KB
Liczba instalacji 98
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2014-09-15
Data Publikacji 2014-09-15
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper Kiwisoft.co.uk
Typ Płatności free
Strona Rozszerzenia http://www.kiwisoft.co.uk/
Obsługiwane Języki 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"
    ]
}