Rogue Scholar

Research smarter, not harder.

什么是Rogue Scholar?

Rogue Scholar是由ashatte开发的Chrome扩展程序,该扩展的主要功能是“Research smarter, not harder.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Rogue Scholar Rogue Scholar
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"
    ]
}