Rogue Scholar
Research smarter, not harder.
Co to jest Rogue Scholar?
Rogue Scholar to rozszerzenie Chrome opracowane przez ashatte, a jego główną funkcją jest „Research smarter, not harder.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rogue Scholar
Pobierz pliki rozszerzeń Rogue Scholar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | alaopiamihdnibbckghojigiaamjdapn |
Oficjalny URL | https://chrome.google.com/webstore/detail/rogue-scholar/alaopiamihdnibbckghojigiaamjdapn |
Opis | Research smarter, not harder. |
Rozmiar pliku | 163 KB |
Liczba instalacji | 985 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2013-10-09 |
Data Publikacji | 2013-10-09 |
Ocena | 2.67/5 Łącznie 3 Oceny |
Deweloper | ashatte |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |