Right-Click Search PubMed

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

Cos'è Right-Click Search PubMed?

Right-Click Search PubMed è un'estensione di Chrome sviluppata da Oğuzhan Atabek, e la sua funzione principale è "This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Right-Click Search PubMed

Scarica i file di estensione Right-Click Search PubMed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Right-Click Search PubMed Right-Click Search PubMed
ID minnpbehlcjlaidecfmhphhifpbkbbgp
URL Ufficiale https://chrome.google.com/webstore/detail/right-click-search-pubmed/minnpbehlcjlaidecfmhphhifpbkbbgp
Descrizione This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab
Dimensione del File 22.63 KB
Conteggio Installazioni 504
Versione Corrente 1.0
Ultimo Aggiornamento 2018-08-01
Data di Pubblicazione 2018-08-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Oğuzhan Atabek
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/oguzhanatabek/
Lingue Supportate 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"
}