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"입니다.
확장 프로그램 스크린샷
Right-Click Search PubMed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | |
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" } |