Rogue Scholar
Research smarter, not harder.
什麼是Rogue Scholar?
Rogue Scholar是由ashatte開發的Chrome擴展程式,該擴展的主要功能是“Research smarter, not harder.”。
擴展截圖
下載Rogue Scholar擴展crx文件
下載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 |
官方網址 | 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" ] } |