Right-Click Search PubMed
This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab
Co to jest Right-Click Search PubMed?
Right-Click Search PubMed to rozszerzenie Chrome opracowane przez Oğuzhan Atabek, a jego główną funkcją jest „This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Right-Click Search PubMed
Pobierz pliki rozszerzeń Right-Click Search PubMed w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | minnpbehlcjlaidecfmhphhifpbkbbgp |
Oficjalny URL | https://chrome.google.com/webstore/detail/right-click-search-pubmed/minnpbehlcjlaidecfmhphhifpbkbbgp |
Opis | This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab |
Rozmiar pliku | 22.63 KB |
Liczba instalacji | 504 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-08-01 |
Data Publikacji | 2018-08-01 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Oğuzhan Atabek |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/oguzhanatabek/ |
Obsługiwane Języki | 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" } |