Chemistry Reference Resolver
This extensions quickly resolves a chemical reference
Chemistry Reference Resolver là gì?
Chemistry Reference Resolver là một tiện ích mở rộng Chrome được phát triển bởi https://chemsearch.kovsky.net, và tính năng chính của nó là "This extensions quickly resolves a chemical reference".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chemistry Reference Resolver
Tải xuống các tệp mở rộng Chemistry Reference Resolver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chemistry Reference Resolver |
ID | mlommmdimfnldmhmfobflhhjcgjphhpm |
URL Chính Thức | https://chromewebstore.google.com/detail/chemistry-reference-resol/mlommmdimfnldmhmfobflhhjcgjphhpm |
Mô tả | This extensions quickly resolves a chemical reference |
Kích Thước Tệp | 145 KB |
Số Lần Cài Đặt | 9,132 |
Phiên Bản Hiện Tại | 2.1.6 |
Cập Nhật Lần Cuối | 2020-06-01 |
Ngày Phát Hành | 2020-05-31 |
Đánh Giá | 4.80/5 Tổng số 44 Đánh Giá |
Nhà Phát Triển | https://chemsearch.kovsky.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://chemsearch.kovsky.net/ |
URL Trang Trợ Giúp | https://chemsearch.kovsky.net/help.php |
URL Trang Chính Sách Bảo Mật | http://chemsearch.kovsky.net/disclaimer.php |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |