Rogue Scholar
Research smarter, not harder.
Rogue Scholar là gì?
Rogue Scholar là một tiện ích mở rộng Chrome được phát triển bởi ashatte, và tính năng chính của nó là "Research smarter, not harder.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Rogue Scholar
Tải xuống các tệp mở rộng Rogue Scholar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | alaopiamihdnibbckghojigiaamjdapn |
URL Chính Thức | https://chrome.google.com/webstore/detail/rogue-scholar/alaopiamihdnibbckghojigiaamjdapn |
Mô tả | Research smarter, not harder. |
Kích Thước Tệp | 163 KB |
Số Lần Cài Đặt | 985 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2013-10-09 |
Ngày Phát Hành | 2013-10-09 |
Đánh Giá | 2.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | ashatte |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |