ISAAC Chrome extension
A browser extension to add literature using DOIs and PubMed identifiers.
ISAAC Chrome extensionคืออะไร?
ISAAC Chrome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย egon.willighagen และคุณลักษณะหลักของมันคือ "A browser extension to add literature using DOIs and PubMed identifiers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ISAAC Chrome extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |