Reddit Mail Checker

Automatically checks to see if you have Reddit mail!

Vad är Reddit Mail Checker?

Reddit Mail Checker är en Chrome-tillägg utvecklad av Kiwisoft.co.uk, och dess huvudfunktion är "Automatically checks to see if you have Reddit mail!".

Tilläggsskärmbilder

screenshot

Ladda ner Reddit Mail Checker-förlängningens CRX-fil

Ladda ner Reddit Mail Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Reddit Mail Checker Reddit Mail Checker
ID fdjnhhffjkmodhmboahellidmcegihof
Officiell webbadress https://chrome.google.com/webstore/detail/reddit-mail-checker/fdjnhhffjkmodhmboahellidmcegihof
Beskrivning Automatically checks to see if you have Reddit mail!
Filstorlek 20.83 KB
Antal Installationer 98
Aktuell Version 0.0.4
Senast Uppdaterad 2014-09-15
Publiceringsdatum 2014-09-15
Betyg 4.00/5 Totalt 5 Betyg
Utvecklare Kiwisoft.co.uk
Betalningssätt free
Tilläggswebbplats http://www.kiwisoft.co.uk/
Stödda Språk 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"
    ]
}