easyScholar

显示各种文献排名,并且提供翻译、文献收藏功能,助力科研。

What is easyScholar?

easyScholar is a Chrome extension developed by https://easyscholar.cc, and its main feature is "显示各种文献排名,并且提供翻译、文献收藏功能,助力科研。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download easyScholar Extension CRX File

Download easyScholar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        工欲善其事,必先利其器。好的科研工具,能够让您提升数倍的学习效率。

【显示期刊等级】
- 支持在谷歌学术、知网、pubmed、web of science、scopus、Aminer、ScienceDirect等20+主流论文搜索网站上,显示文章的来源期刊等级。

- 显示的等级包括:SCI分区(Clarivate),SCI影响因子(Clarivate),SCI分区(中科院),SCI期刊预警(中科院),CCF, 南大核心,北大核心等30+数据等级。足以满足日常科研、工作、评奖评优需要。

- 自定义数据集:若您有自己的目标期刊,可以自定义属于您的数据集。此外,在自定义数据集社区中,还可以选择:《国家自然科学基金委管理科学部认定的重要期刊》、《西南交通大学学术期刊分级目录(2022版)》、《澳大利亚ABDC期刊2022》、《吉林大学哲学社会科学高水平中文学术刊物参考目录(试行)》、《中国计算机学会推荐国际学术会议(2022年)》、《中国人文社会科学A刊引文数据库》等100+由网友制作的数据集。

【在线翻译】
- 在所有网站上,选中一段文本后,按T翻译,按Y隐藏。(edge用户最好将选择文本后弹出的迷你小菜单隐藏,才能更好的触发翻译事件)

- 可以选择谷歌翻译、搜狗翻译、有道翻译、彩云小译、小牛翻译等多种主流翻译源。

【文献管理】
- 在论文搜索的详情页内,提供"easyScholar文献收藏按钮",快速的为文献添加类别。从此不再需要使用浏览器收藏夹保存网页。

感谢您看到了这里,如果您喜欢这款产品,或者认可我们的努力,可以和身边的小伙伴分享。当您使用了邀请码,或发朋友圈分享,您将会获得一定的奖励,具体的规则可以在网站的后台(https://www.easyscholar.cc/console/user/invite)查看。                    

Extension Basic Information

Name easyScholar easyScholar
ID njgedjcccpcfmjecccaajkjiphpddfji
Official URL https://chromewebstore.google.com/detail/easyscholar/njgedjcccpcfmjecccaajkjiphpddfji
Description 显示各种文献排名,并且提供翻译、文献收藏功能,助力科研。
File Size 1.15 MB
Installation Count 128,412
Current Version 10.7
Last Updated 2024-02-22
Publish Date 2021-06-23
Rating 4.36/5 Total 75 Ratings
Developer https://easyscholar.cc
Email [email protected]
Payment Type in_app
Extension Website https://www.easyscholar.cc
Help Page URL https://www.easyscholar.cc
Privacy Policy Page URL https://easyscholar.cc/document/privacy
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "easyScholar",
    "manifest_version": 3,
    "version": "10.7",
    "description": "\u663e\u793a\u5404\u79cd\u6587\u732e\u6392\u540d\uff0c\u5e76\u4e14\u63d0\u4f9b\u7ffb\u8bd1\u3001\u6587\u732e\u6536\u85cf\u529f\u80fd\uff0c\u52a9\u529b\u79d1\u7814\u3002",
    "default_locale": "zh_CN",
    "homepage_url": "https:\/\/www.easyscholar.cc",
    "icons": {
        "16": "lib\/logo\/16.png",
        "48": "lib\/logo\/48.png",
        "128": "lib\/logo\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "lib\/logo\/16.png",
            "32": "lib\/logo\/32.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/easyscholar.co\/*",
        "https:\/\/www.easyscholar.cc\/*",
        "https:\/\/easyscholar.cc\/*"
    ],
    "background": {
        "service_worker": "\/show_ranking\/ranking\/service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.scoregg.com\/*",
                "https:\/\/appstorrent.ru\/*",
                "https:\/\/www.ctrip.com\/*",
                "https:\/\/online.phyloviz.net\/*",
                "https:\/\/*.overleaf.com\/*",
                "https:\/\/overleaf.com\/*"
            ],
            "js": [
                "lib\/js\/jquery-3.3.1.min.js",
                "lib\/paper\/dialog.js",
                "lib\/paper\/xm-select.js",
                "show_ranking\/ranking\/utils.js",
                "lib\/sweetalert2\/sweetalert2.min.js",
                "translation\/translation.js"
            ],
            "css": [
                "show_ranking\/style.css",
                "lib\/sweetalert2\/sweetalert2.min.css",
                "lib\/paper\/dialog.css"
            ]
        }
    ]
}