ISAAC Chrome extension

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

Qu'est-ce que ISAAC Chrome extension ?

ISAAC Chrome extension est une extension Chrome développée par egon.willighagen, et sa fonction principale est "A browser extension to add literature using DOIs and PubMed identifiers.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ISAAC Chrome extension

Téléchargez les fichiers d'extension ISAAC Chrome extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ISAAC Chrome extension ISAAC Chrome extension
ID kiljfbiapahlahhilgcgfkfjnkgggode
URL Officiel https://chromewebstore.google.com/detail/isaac-chrome-extension/kiljfbiapahlahhilgcgfkfjnkgggode
Description A browser extension to add literature using DOIs and PubMed identifiers.
Taille du Fichier 78.97 KB
Nombre d'Installations 59
Version Actuelle 1.4
Dernière Mise à Jour 2022-08-24
Date de Publication 2022-03-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur egon.willighagen
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/citation-js/isaac-chrome-extension
URL de la Page d'Aide https://github.com/citation-js/isaac-chrome-extension/discussions
Langues Prises en Charge 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"
    ]
}