Reddit Mail Checker

Automatically checks to see if you have Reddit mail!

Apa itu Reddit Mail Checker?

Reddit Mail Checker adalah ekstensi Chrome yang dikembangkan oleh Kiwisoft.co.uk, dan fitur utamanya adalah "Automatically checks to see if you have Reddit mail!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reddit Mail Checker

Unduh file ekstensi Reddit Mail Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Reddit Mail Checker Reddit Mail Checker
ID fdjnhhffjkmodhmboahellidmcegihof
URL Resmi https://chrome.google.com/webstore/detail/reddit-mail-checker/fdjnhhffjkmodhmboahellidmcegihof
Deskripsi Automatically checks to see if you have Reddit mail!
Ukuran File 20.83 KB
Jumlah Instalasi 98
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2014-09-15
Tanggal Publikasi 2014-09-15
Penilaian 4.00/5 Total 5 Penilaian
Pengembang Kiwisoft.co.uk
Tipe Pembayaran free
Situs Ekstensi http://www.kiwisoft.co.uk/
Bahasa yang Didukung 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"
    ]
}