Rogue Scholar

Research smarter, not harder.

O que é Rogue Scholar?

Rogue Scholar é uma extensão do Chrome desenvolvida por ashatte, e sua principal característica é "Research smarter, not harder.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rogue Scholar

Baixe arquivos de extensão Rogue Scholar 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

                        Researcher? Student? Knowledge enthusiast? Increase your productivity and decrease cognitive load with Rogue Scholar for Google Scholar. 

Inspired by StackExchange, Rogue Scholar provides the ability to diminish irrelevant or uninteresting results so that you can focus your attention on the papers that really matter. 

Simply click the Show/Hide button to toggle a result. Your selection is saved locally for future searches.                    

Informações Básicas da Extensão

Nome Rogue Scholar Rogue Scholar
ID alaopiamihdnibbckghojigiaamjdapn
URL Oficial https://chrome.google.com/webstore/detail/rogue-scholar/alaopiamihdnibbckghojigiaamjdapn
Descrição Research smarter, not harder.
Tamanho do Arquivo 163 KB
Contagem de Instalações 985
Versão Atual 1.0.0
Última Atualização 2013-10-09
Data de Publicação 2013-10-09
Classificação 2.67/5 Total de 3 Avaliações
Desenvolvedor ashatte
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rogue Scholar",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "description": "Research smarter, not harder.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/scholar.google.com\/*",
                "http:\/\/scholar.google.com.au\/*"
            ],
            "css": [
                "roguestyles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}