ISAAC Chrome extension
A browser extension to add literature using DOIs and PubMed identifiers.
ISAAC Chrome extensionとは何ですか?
ISAAC Chrome extensionはegon.willighagenによって開発されたChromeの拡張機能で、その主な機能は「A browser extension to add literature using DOIs and PubMed identifiers.」です。
拡張機能のスクリーンショット
ISAAC Chrome extension拡張機能のCRXファイルをダウンロード
ISAAC Chrome extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" ] } |