Rogue Scholar
Research smarter, not harder.
What is Rogue Scholar?
Rogue Scholar is a Chrome extension developed by ashatte, and its main feature is "Research smarter, not harder.".
Extension Screenshots
Download Rogue Scholar Extension CRX File
Download Rogue Scholar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | alaopiamihdnibbckghojigiaamjdapn |
Official URL | https://chrome.google.com/webstore/detail/rogue-scholar/alaopiamihdnibbckghojigiaamjdapn |
Description | Research smarter, not harder. |
File Size | 163 KB |
Installation Count | 985 |
Current Version | 1.0.0 |
Last Updated | 2013-10-09 |
Publish Date | 2013-10-09 |
Rating | 2.67/5 Total 3 Ratings |
Developer | ashatte |
Payment Type | free |
Supported Languages | 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" ] } |