PubMed Genius
Abstract search tool
PubMed Geniusคืออะไร?
PubMed Genius เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nebosman.dev และคุณลักษณะหลักของมันคือ "Abstract search tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PubMed Genius
ดาวน์โหลดไฟล์ส่วนขยาย PubMed Genius ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
PubMed Genius is a simple search tool to make running queries on PubMed more convenient and quick. Often, you want to quickly get a refresher on a particular topic or term but you don't want to lose your place in the paper you're reading. You can simply click on the PubMed Genius icon in your toolbar to open a small popup window to run an abstract search for a particular term. If you'd like, you can drill down to the paper to take a closer look and when you're done, click back on your browser and the popup disappears. If you highlight a word on the page (of any website), right click and select the PubMed Genius menu item, you can run a search of the highlighted term in a new tab. It's that easy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PubMed Genius |
ID | cgplmlkapmilmmccefnmllkdhjlkiako |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pubmed-genius/cgplmlkapmilmmccefnmllkdhjlkiako |
คำอธิบาย | Abstract search tool |
ขนาดไฟล์ | 8.12 KB |
จำนวนการติดตั้ง | 5,239 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2014-04-02 |
วันที่เผยแพร่ | 2014-04-01 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | nebosman.dev |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PubMed Genius", "description": "Abstract search tool", "version": "1.2", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "popup.js", "tracking.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus" ] } |