Find sci paper

Find sci paper by sci-hub

Find sci paper란 무엇입니까?

Find sci paper은(는) TomatoSoup에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find sci paper by sci-hub"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Find sci paper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        一鍵在sci-hub上查找sci paper,免除貼來貼去的繁瑣

如何使用:
- 開啟期刊網站上的欲查詢paper頁面,點擊右上的此外掛按鈕便會開啟新分頁至sci-hub的該paper頁面

- 或是用滑鼠游標反白doi號碼後,右鍵>find by doi,便會另開啟新分頁至sci-hub的該paper頁面

- 自定義網域:右鍵此外掛按鈕>選項,於開啟的頁面中輸入欲自定義的網域名稱後儲存即可

Find your reference paper in sci-hub by one click

How to use:

Go to the reference page on journal site and click add-on button, then chrome will open a new tab to find resource in sci-hub.

Or you can select doi text then right click>get by doi, then chrome will open a new tab to find resource in sci-hub.

Custom domain setting: right click add-on button > Options, then input custom domain you want and save it.                    

확장 프로그램 기본 정보

이름 Find sci paper Find sci paper
ID ocofgmnfmjndinnmdimpmijogpaljmal
공식 URL https://chromewebstore.google.com/detail/find-sci-paper/ocofgmnfmjndinnmdimpmijogpaljmal
설명 Find sci paper by sci-hub
파일 크기 11.89 KB
설치 횟수 70,000
현재 버전 0.5
최근 업데이트 2023-08-09
출시 날짜 2020-02-16
평점 4.52/5 총 54 개의 평점
개발자 TomatoSoup
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/TomatoSoup0126/find-sci-paper
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Find sci paper",
    "version": "0.5",
    "description": "Find sci paper by sci-hub",
    "icons": {
        "128": "img\/128.png"
    },
    "action": {
        "default_icon": "img\/128.png",
        "default_title": "find sci paper"
    },
    "background": {
        "service_worker": "event.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ]
}