Rogue Scholar
Research smarter, not harder.
Что такое Rogue Scholar?
Rogue Scholar - это расширение Chrome, разработанное ashatte, и его основная функция - "Research smarter, not harder.".
Снимки экрана расширения
Скачать файл CRX расширения Rogue Scholar
Скачайте файлы расширений Rogue Scholar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | alaopiamihdnibbckghojigiaamjdapn |
Официальный URL | https://chrome.google.com/webstore/detail/rogue-scholar/alaopiamihdnibbckghojigiaamjdapn |
Описание | Research smarter, not harder. |
Размер файла | 163 KB |
Количество установок | 985 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2013-10-09 |
Дата публикации | 2013-10-09 |
Рейтинг | 2.67/5 Всего 3 оценок |
Разработчик | ashatte |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |