Right-Click Search PubMed

This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab

Right-Click Search PubMedとは何ですか?

Right-Click Search PubMedはOğuzhan Atabekによって開発されたChromeの拡張機能で、その主な機能は「This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Right-Click Search PubMed拡張機能のCRXファイルをダウンロード

Right-Click Search PubMed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension adds a new item to the text selection context menu of your Google Chrome. When clicked; a "passive" new tab will be opened on your current Chrome window with PubMed search result of the selected text.

Just select a text and right click on it. You will see "Search PubMed for <..>" on the context menu. The item is "enriched" with a nice icon for your context menu :)

Enjoy!                    

拡張機能の基本情報

名前 Right-Click Search PubMed Right-Click Search PubMed
ID minnpbehlcjlaidecfmhphhifpbkbbgp
公式URL https://chrome.google.com/webstore/detail/right-click-search-pubmed/minnpbehlcjlaidecfmhphhifpbkbbgp
説明 This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab
ファイルサイズ 22.63 KB
インストール数 504
現在のバージョン 1.0
最終更新日 2018-08-01
公開日 2018-08-01
評価 5.00/5 合計 2 レビュー
開発者 Oğuzhan Atabek
支払い方法 free
拡張機能のウェブサイト https://github.com/oguzhanatabek/
対応言語 en
manifest.json
{
    "author": "O\u011fuzhan Atabek",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "PubMed19.png",
            "38": "PubMed38.png"
        },
        "default_title": "Right-Click Search PubMed"
    },
    "icons": {
        "16": "PubMed16.png",
        "32": "PubMed32.png",
        "48": "PubMed48.png",
        "128": "PubMed128.png"
    },
    "manifest_version": 2,
    "name": "Right-Click Search PubMed",
    "short_name": "RCS PubMed",
    "description": "This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}