PubMed Genius

Abstract search tool

什麼是PubMed Genius?

PubMed Genius是由nebosman.dev開發的Chrome擴展程式,該擴展的主要功能是“Abstract search tool”。

擴展截圖

screenshot

下載PubMed Genius擴展crx文件

下載PubMed Genius擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}