Rogue Scholar
Research smarter, not harder.
Cos'è Rogue Scholar?
Rogue Scholar è un'estensione di Chrome sviluppata da ashatte, e la sua funzione principale è "Research smarter, not harder.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rogue Scholar
Scarica i file di estensione Rogue Scholar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | alaopiamihdnibbckghojigiaamjdapn |
URL Ufficiale | https://chrome.google.com/webstore/detail/rogue-scholar/alaopiamihdnibbckghojigiaamjdapn |
Descrizione | Research smarter, not harder. |
Dimensione del File | 163 KB |
Conteggio Installazioni | 985 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2013-10-09 |
Data di Pubblicazione | 2013-10-09 |
Valutazione | 2.67/5 Totale 3 Valutazioni |
Sviluppatore | ashatte |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |