Chemistry Reference Resolver
This extensions quickly resolves a chemical reference
Chemistry Reference Resolver란 무엇입니까?
Chemistry Reference Resolver은(는) https://chemsearch.kovsky.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extensions quickly resolves a chemical reference"입니다.
확장 프로그램 스크린샷
Chemistry Reference Resolver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What's new in 2.1.6: * Updated all links to HTTPS Existing features: − Click the extension icon to show a search popup − Resolve multiple references at once by separating them with a semicolumn ";" − Search directly from the address bar: type "ref" followed by a space and your reference − Resolve selected text as a reference using the right-click menu The Chemistry Reference Resolver (http://chemsearch.kovsky.net/) accepts a scientific citation in a number of common formats (e.g. ACS, NPG) and redirects user to the paper automatically. For example, you can type "Acc. Chem. Res. 2000, 33, 346" or "joc, 2010, 4657" — and get to the paper in seconds. Also, you can search for US patents by number ("uspat 5856532") or perform reagent search on Sigma-Aldrich website ("sa sodium chloride"). This extension provides a quick access to the Reference Resolver.
확장 프로그램 기본 정보
이름 | Chemistry Reference Resolver |
ID | mlommmdimfnldmhmfobflhhjcgjphhpm |
공식 URL | https://chromewebstore.google.com/detail/chemistry-reference-resol/mlommmdimfnldmhmfobflhhjcgjphhpm |
설명 | This extensions quickly resolves a chemical reference |
파일 크기 | 145 KB |
설치 횟수 | 9,132 |
현재 버전 | 2.1.6 |
최근 업데이트 | 2020-06-01 |
출시 날짜 | 2020-05-31 |
평점 | 4.80/5 총 44 개의 평점 |
개발자 | https://chemsearch.kovsky.net |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://chemsearch.kovsky.net/ |
도움말 페이지 URL | https://chemsearch.kovsky.net/help.php |
개인정보 보호 정책 페이지 URL | http://chemsearch.kovsky.net/disclaimer.php |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chemistry Reference Resolver", "version": "2.1.6", "manifest_version": 2, "description": "This extensions quickly resolves a chemical reference", "icons": { "48": "icon48.png", "128": "icon128.png", "16": "icon16.png", "19": "icon19.png" }, "omnibox": { "keyword": "ref" }, "homepage_url": "https:\/\/chemsearch.kovsky.net", "offline_enabled": false, "background": { "scripts": [ "resolver_background.js" ] }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Resolve a reference", "default_popup": "popup.html" }, "permissions": [ "contextMenus" ], "optional_permissions": [ "https:\/\/chemsearch.kovsky.net\/*" ] } |