Chemistry Reference Resolver
This extensions quickly resolves a chemical reference
ما هو Chemistry Reference Resolver؟
Chemistry Reference Resolver هو إضافة Chrome تم تطويرها بواسطة https://chemsearch.kovsky.net، والميزة الرئيسية لها هي "This extensions quickly resolves a chemical reference".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chemistry Reference Resolver
قم بتنزيل ملفات الامتداد Chemistry Reference Resolver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | https://chemsearch.kovsky.net/help.php |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |