Reddit Mail Checker
Automatically checks to see if you have Reddit mail!
O que é Reddit Mail Checker?
Reddit Mail Checker é uma extensão do Chrome desenvolvida por Kiwisoft.co.uk, e sua principal característica é "Automatically checks to see if you have Reddit mail!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reddit Mail Checker
Baixe arquivos de extensão Reddit Mail Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | fdjnhhffjkmodhmboahellidmcegihof |
URL Oficial | https://chrome.google.com/webstore/detail/reddit-mail-checker/fdjnhhffjkmodhmboahellidmcegihof |
Descrição | Automatically checks to see if you have Reddit mail! |
Tamanho do Arquivo | 20.83 KB |
Contagem de Instalações | 98 |
Versão Atual | 0.0.4 |
Última Atualização | 2014-09-15 |
Data de Publicação | 2014-09-15 |
Classificação | 4.00/5 Total de 5 Avaliações |
Desenvolvedor | Kiwisoft.co.uk |
Tipo de Pagamento | free |
Site da Extensão | http://www.kiwisoft.co.uk/ |
Idiomas Suportados | 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" ] } |