Right-Click Search PubMed
This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab
O que é Right-Click Search PubMed?
Right-Click Search PubMed é uma extensão do Chrome desenvolvida por Oğuzhan Atabek, e sua principal característica é "This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Right-Click Search PubMed
Baixe arquivos de extensão Right-Click Search PubMed no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | minnpbehlcjlaidecfmhphhifpbkbbgp |
URL Oficial | https://chrome.google.com/webstore/detail/right-click-search-pubmed/minnpbehlcjlaidecfmhphhifpbkbbgp |
Descrição | This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab |
Tamanho do Arquivo | 22.63 KB |
Contagem de Instalações | 504 |
Versão Atual | 1.0 |
Última Atualização | 2018-08-01 |
Data de Publicação | 2018-08-01 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Oğuzhan Atabek |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/oguzhanatabek/ |
Idiomas Suportados | 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" } |