PubMed Genius

Abstract search tool

PubMed Genius란 무엇입니까?

PubMed Genius은(는) nebosman.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Abstract search tool"입니다.

확장 프로그램 스크린샷

screenshot

PubMed Genius 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PubMed Genius is a simple search tool to make running queries on PubMed more convenient and quick. Often, you want to quickly get a refresher on a particular topic or term but you don't want to lose your place in the paper you're reading. You can simply click on the PubMed Genius icon in your toolbar to open a small popup window to run an abstract search for a particular term. If you'd like, you can drill down to the paper to take a closer look and when you're done, click back on your browser and the popup disappears. If you highlight a word on the page (of any website), right click and select the PubMed Genius menu item, you can run a search of the highlighted term in a new tab. It's that easy!                    

확장 프로그램 기본 정보

이름 PubMed Genius PubMed Genius
ID cgplmlkapmilmmccefnmllkdhjlkiako
공식 URL https://chromewebstore.google.com/detail/pubmed-genius/cgplmlkapmilmmccefnmllkdhjlkiako
설명 Abstract search tool
파일 크기 8.12 KB
설치 횟수 5,239
현재 버전 1.2
최근 업데이트 2014-04-02
출시 날짜 2014-04-01
평점 4.43/5 총 7 개의 평점
개발자 nebosman.dev
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PubMed Genius",
    "description": "Abstract search tool",
    "version": "1.2",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "popup.js",
            "tracking.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus"
    ]
}