Article DOI Finder
Find DOI using crossref, google scholar. For students. View lookup history as well!
Article DOI Finderคืออะไร?
Article DOI Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NicoDev และคุณลักษณะหลักของมันคือ "Find DOI using crossref, google scholar. For students. View lookup history as well!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Article DOI Finder
ดาวน์โหลดไฟล์ส่วนขยาย Article DOI Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you every have trouble finding the DOI (Digital Object Identifier) of an article? This tool will find the DOI of the current link and, at a click, open it on crossref.org or google scholar. You can also view a log of past lookups and searches and filter this log by time etc!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Article DOI Finder |
ID | khedaofgcpcngehknkfhilmadhfngnig |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/article-doi-finder/khedaofgcpcngehknkfhilmadhfngnig |
คำอธิบาย | Find DOI using crossref, google scholar. For students. View lookup history as well! |
ขนาดไฟล์ | 244 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-11-02 |
วันที่เผยแพร่ | 2023-11-02 |
ผู้พัฒนา | NicoDev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Article DOI Finder", "version": "1.0.1", "description": "Find DOI using crossref, google scholar. For students. View lookup history as well!", "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/doi.png", "48": "images\/doi.png", "128": "images\/doi.png" } }, "options_page": "options.html", "icons": { "16": "images\/doi.png", "48": "images\/doi.png", "128": "images\/doi.png" } } |