The Scholars' Avenue Notifier

Keep up with the latest from The Scholars' Avenue.

O que é The Scholars' Avenue Notifier?

The Scholars' Avenue Notifier é uma extensão do Chrome desenvolvida por http://www.scholarsavenue.org, e sua principal característica é "Keep up with the latest from The Scholars' Avenue.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão The Scholars' Avenue Notifier

Baixe arquivos de extensão The Scholars' Avenue Notifier 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

                                            

Informações Básicas da Extensão

Nome The Scholars' Avenue Notifier The Scholars' Avenue Notifier
ID opfbgioidicadabmemolddbpniijlhok
URL Oficial https://chrome.google.com/webstore/detail/the-scholars-avenue-notif/opfbgioidicadabmemolddbpniijlhok
Descrição Keep up with the latest from The Scholars' Avenue.
Tamanho do Arquivo 181 KB
Contagem de Instalações 36
Versão Atual 12
Última Atualização 2014-06-20
Data de Publicação 2014-06-20
Classificação 4.88/5 Total de 16 Avaliações
Desenvolvedor http://www.scholarsavenue.org
Tipo de Pagamento free
Site da Extensão http://www.scholarsavenue.org/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Scholars' Avenue Notifier",
    "version": "12",
    "manifest_version": 2,
    "description": "Keep up with the latest from The Scholars' Avenue.",
    "icons": {
        "48": "images\/tsa47px.png",
        "128": "images\/tsa128px.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/tsa19px.png"
        },
        "default_title": "The Scholars' Avenue Notifier",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/www.scholarsavenue.org\/feed\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    }
}