Rogue Scholar

Research smarter, not harder.

Co je Rogue Scholar?

Rogue Scholar je rozšíření Chrome vyvinuté ashatte, a jeho hlavní funkcí je „Research smarter, not harder.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Rogue Scholar

Stáhněte si soubory rozšíření Rogue Scholar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Rogue Scholar Rogue Scholar
ID alaopiamihdnibbckghojigiaamjdapn
Oficiální URL https://chrome.google.com/webstore/detail/rogue-scholar/alaopiamihdnibbckghojigiaamjdapn
Popis Research smarter, not harder.
Velikost souboru 163 KB
Počet instalací 985
Aktuální Verze 1.0.0
Poslední Aktualizace 2013-10-09
Datum Vydání 2013-10-09
Hodnocení 2.67/5 Celkem 3 Hodnocení
Vývojář ashatte
Typ Platby free
Podporované Jazyky 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"
    ]
}