Rogue Scholar

Research smarter, not harder.

Rogue Scholar란 무엇입니까?

Rogue Scholar은(는) ashatte에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Research smarter, not harder."입니다.

확장 프로그램 스크린샷

screenshot

Rogue Scholar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}