Reddit Mail Checker

Automatically checks to see if you have Reddit mail!

什麼是Reddit Mail Checker?

Reddit Mail Checker是由Kiwisoft.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Automatically checks to see if you have Reddit mail!”。

擴展截圖

screenshot

下載Reddit Mail Checker擴展crx文件

下載Reddit Mail Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Reddit Mail Checker Reddit Mail Checker
ID fdjnhhffjkmodhmboahellidmcegihof
官方網址 https://chrome.google.com/webstore/detail/reddit-mail-checker/fdjnhhffjkmodhmboahellidmcegihof
簡介 Automatically checks to see if you have Reddit mail!
檔案大小 20.83 KB
安裝次數 98
目前版本 0.0.4
更新時間 2014-09-15
上架時間 2014-09-15
評分 4.00/5 共 5 次評分
開發者 Kiwisoft.co.uk
付費類型 free
擴展官網 http://www.kiwisoft.co.uk/
支援的語言 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"
    ]
}