FindSCI

FindSCI,更全面的学术辅助插件,支持信息展示、文献下载、文献管理、科研导航等多种功能。

What is FindSCI?

FindSCI is a Chrome extension developed by yctech168, and its main feature is "FindSCI,更全面的学术辅助插件,支持信息展示、文献下载、文献管理、科研导航等多种功能。".

Extension Screenshots

screenshot
screenshot
screenshot

Download FindSCI Extension CRX File

Download FindSCI 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

                        FindSCI,更全面的学术辅助插件,支持信息展示、文献下载、文献管理、科研导航等多种功能。

1.0版本功能介绍:
	全方位适应Pubmed数据库。可为Pubmed所有文献(包括文献详情页的所有相似文献及被引用文献)自动生成信息栏,直观展示文献分区、影响因子、被引用次数、免费下载入口、引用信息等功能;
	强大的翻译功能,支持快速浏览摘要信息;
	支持一键批量下载当前页面所有文献。无论处于Pubmed哪个页面,插件均可自动抓取当前页面所有DOI,并支持一键基于scihub实现打包下载的效果;支持一键批量下载某篇文献的所有相似文献及参考文献;
	直观的文献筛选功能。支持按JCR分区、CAS分区、影响因子对文献进行筛选展示;
	完善的文献收藏管理体系。
	针对感兴趣的文献可一键收藏至指定文件夹,并可对文献做简单的批注管理及标签管理;
	支持按标签、笔记、期刊等信息对已收藏的文献进行快速搜索;
	支持对收藏夹中的文献批量下载全文PDF;
	支持按JCR分区、CSA分区、顶刊杂志、影响因子、科目分类,一键生成Pubmed筛选器;
	中文版的高级检索式生成器;
	支持按文献DOI批量下载英文文献PDF,输入DOI一键即可打包下载完成;
	提供海量科研必备工具导航,一键即可跳转相应网址;

待开发功能预告:
	适配除Pubmed外的其他数据平台,为全平台文献,提供信息栏式辅助阅读功能;
	提供详细的文献被引用信息;
	其他待补充                    

Extension Basic Information

Name FindSCI FindSCI
ID kbcknkijhfdjheggbdnhlbgeinfaldbf
Official URL https://chromewebstore.google.com/detail/findsci/kbcknkijhfdjheggbdnhlbgeinfaldbf
Description FindSCI,更全面的学术辅助插件,支持信息展示、文献下载、文献管理、科研导航等多种功能。
File Size 1.02 MB
Installation Count 4,000
Current Version 1.3
Last Updated 2023-09-15
Publish Date 2023-03-04
Rating 5.00/5 Total 3 Ratings
Developer yctech168
Email [email protected]
Payment Type free
Privacy Policy Page URL https://findsci.yclesson.com/findsci_privacy_policy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FindSCI",
    "version": "1.3",
    "description": "FindSCI\uff0c\u66f4\u5168\u9762\u7684\u5b66\u672f\u8f85\u52a9\u63d2\u4ef6\uff0c\u652f\u6301\u4fe1\u606f\u5c55\u793a\u3001\u6587\u732e\u4e0b\u8f7d\u3001\u6587\u732e\u7ba1\u7406\u3001\u79d1\u7814\u5bfc\u822a\u7b49\u591a\u79cd\u529f\u80fd\u3002",
    "icons": {
        "16": "assets\/img\/icon.png",
        "48": "assets\/img\/icon.png",
        "128": "assets\/img\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "third-party\/jquery.js",
                "third-party\/jqueryui\/jquery-ui.min.js",
                "third-party\/jszip.min.js",
                "third-party\/FileSaver.min.js",
                "third-party\/sweetalert2\/sweetalert2.min.js",
                "assets\/js\/common.js",
                "assets\/js\/fsi.202304.js",
                "assets\/js\/fsm.202304.js"
            ],
            "css": [
                "assets\/css\/content-script.css",
                "third-party\/sweetalert2\/sweetalert2.min.css",
                "third-party\/jqueryui\/jquery-ui.min.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "FindSCI",
        "default_icon": "assets\/img\/icon.png",
        "default_popup": "pages\/popup\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "assets\/js\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/a-left.jpg",
                "third-party\/jqueryui\/images\/ui-icons_555555_256x240.png",
                "third-party\/jqueryui\/images\/ui-icons_444444_256x240.png",
                "third-party\/jqueryui\/images\/ui-icons_777620_256x240.png",
                "third-party\/jqueryui\/images\/ui-icons_777777_256x240.png",
                "third-party\/jqueryui\/images\/ui-icons_cc0000_256x240.png",
                "third-party\/jqueryui\/images\/ui-icons_ffffff_256x240.png",
                "assets\/img\/a-right.jpg",
                "assets\/img\/icon.png",
                "assets\/img\/expand.png",
                "assets\/img\/collapse.png",
                "assets\/img\/title-translate.png",
                "pages\/login\/login.html",
                "pages\/reference\/reference.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}