ISAAC Chrome extension

A browser extension to add literature using DOIs and PubMed identifiers.

ISAAC Chrome extension क्या है?

ISAAC Chrome extension egon.willighagen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension to add literature using DOIs and PubMed identifiers."।

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

screenshot

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

crx प्रारूप में ISAAC Chrome extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Browser extension that helps adding resource output to the NWO ISAAC database. After selecting the type of "product", the extension pop-up dialog can be used to look up metadata using DOI, PubMed identifier, and ISBN. The extension supports adding authors will jump to the "add author" iteratively, allowing you to add additional information (gender/DAI). The plugin uses citation-js, see https://peerj.com/articles/cs-214/ while the source code is available from https://github.com/citation-js/isaac-chrome-extension under the MIT license.

Information is collected from Crossref, DataCite, and mEDRA (DOI), Google Books and OpenLibrary (ISBN), PubMed (PubMed identifiers) and Unpaywall (OA status).

THIS IS NOT A NWO ENDORSED EXTENSION AND NWO HAS NOT BEEN INVOLVED IN THE DEVELOPMENT.

BETA: this extension is early in its development cycle. All feedback is welcome. Use at your own risk.                    

एक्सटेंशन की मूल जानकारी

नाम ISAAC Chrome extension ISAAC Chrome extension
ID kiljfbiapahlahhilgcgfkfjnkgggode
आधिकारिक URL https://chromewebstore.google.com/detail/isaac-chrome-extension/kiljfbiapahlahhilgcgfkfjnkgggode
विवरण A browser extension to add literature using DOIs and PubMed identifiers.
फ़ाइल का आकार 78.97 KB
स्थापना संख्या 59
वर्तमान संस्करण 1.4
अंतिम अपडेट 2022-08-24
प्रकाशन तिथि 2022-03-14
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर egon.willighagen
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/citation-js/isaac-chrome-extension
सहायता पृष्ठ URL https://github.com/citation-js/isaac-chrome-extension/discussions
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ISAAC Chrome extension",
    "description": "A browser extension to add literature using DOIs and PubMed identifiers.",
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "32": "assets\/img\/icon-32.png",
        "48": "assets\/img\/icon-48.png",
        "64": "assets\/img\/icon-64.png",
        "128": "assets\/img\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}