Chemistry Reference Resolver

This extensions quickly resolves a chemical reference

Chemistry Reference Resolver क्या है?

Chemistry Reference Resolver https://chemsearch.kovsky.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extensions quickly resolves a chemical reference"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chemistry Reference Resolver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
    ]
}