Right-Click Search PubMed
This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab
What is Right-Click Search PubMed?
Right-Click Search PubMed is a Chrome extension developed by Oğuzhan Atabek, and its main feature is "This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab".
Extension Screenshots
Download Right-Click Search PubMed Extension CRX File
Download Right-Click Search PubMed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | minnpbehlcjlaidecfmhphhifpbkbbgp |
Official URL | https://chrome.google.com/webstore/detail/right-click-search-pubmed/minnpbehlcjlaidecfmhphhifpbkbbgp |
Description | This extension searches for selected text on PubMed via right-click and shows the result on a new 'passive' tab |
File Size | 22.63 KB |
Installation Count | 504 |
Current Version | 1.0 |
Last Updated | 2018-08-01 |
Publish Date | 2018-08-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Oğuzhan Atabek |
Payment Type | free |
Extension Website | https://github.com/oguzhanatabek/ |
Supported Languages | 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" } |