Sciwheel Browser Extension

Browser Extension from Sciwheel

Sciwheel Browser Extension란 무엇입니까?

Sciwheel Browser Extension은(는) https://sciwheel.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser Extension from Sciwheel"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Sciwheel Browser Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Instantly save and annotate articles and webpages.

Key features:

- Import research articles and PDFs directly from your browser. Citation details, web link and PDF (if available) are automatically saved
- Highlight text, annotate figures and add notes to any web article. All fully searchable from Sciwheel
- Works in the vast majority of research journals and scientific database websites, such as PubMed, Google Scholar, Microsoft Academic, Web of Science, EBSCO and many others

Install the Sciwheel Browser Extension today to get started!

Please note, the Sciwheel Browser Extension works together with the Sciwheel reference manager. A subscription is required for premium features. Learn more at https://sciwheel.com.                    

확장 프로그램 기본 정보

이름 Sciwheel Browser Extension Sciwheel Browser Extension
ID ljfhgpiambpnabgpnaihcebebmoijfci
공식 URL https://chromewebstore.google.com/detail/sciwheel-browser-extensio/ljfhgpiambpnabgpnaihcebebmoijfci
설명 Browser Extension from Sciwheel
파일 크기 150 KB
설치 횟수 52,487
현재 버전 52.0.0
최근 업데이트 2023-09-20
출시 날짜 2020-06-03
평점 4.69/5 총 59 개의 평점
개발자 https://sciwheel.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sciwheel.com/
도움말 페이지 URL https://sciwheel.com/work/faq/
개인정보 보호 정책 페이지 URL https://sciwheel.com/work/legal/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sciwheel Limited",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Sciwheel Browser Extension",
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "css": [
                "css\/popup.css",
                "css\/highlighter.css"
            ],
            "js": [
                "js\/config.js",
                "js\/jsonML.js",
                "js\/helpers.js",
                "js\/whitelist.js",
                "js\/popup\/init.js",
                "js\/popup\/templates.js",
                "js\/popup\/handlers.js",
                "js\/highlighter\/helpers.js",
                "js\/highlighter\/core.js",
                "js\/highlighter\/annotations.js",
                "js\/highlighter\/selectionGrabber.js",
                "js\/highlighter\/selectionScanner.js",
                "js\/highlighter\/ui.js",
                "js\/pageObjectIds.js",
                "js\/content_script.js",
                "js\/run.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "description": "Browser Extension from Sciwheel",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "Sciwheel Browser Extension",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "52.0.0"
}