NCBI Search
Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!
NCBI Searchคืออะไร?
NCBI Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย b romney และคุณลักษณะหลักของมันคือ "Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NCBI Search
ดาวน์โหลดไฟล์ส่วนขยาย NCBI Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Type "ncbi" (lowercase is important!) in the URL box, and a search will be opened in the NCBI (National Center for Biotechnology Information) databases. At this time, advanced searching is not available in this extension. Please let me know of any feedback or enhancement requests. This is not affiliated with the NCBI.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NCBI Search |
ID | janalkijliaejknaogckfkhdnkhlhdjl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ncbi-search/janalkijliaejknaogckfkhdnkhlhdjl |
คำอธิบาย | Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar! |
ขนาดไฟล์ | 11.58 KB |
จำนวนการติดตั้ง | 360 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-07-19 |
วันที่เผยแพร่ | 2018-07-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | b romney |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://bendev.bitballoon.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NCBI Search", "description": "Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "script.js" ] }, "omnibox": { "keyword": "ncbi" }, "browser_action": { "default_title": "Start NCBI Query", "default_icon": "icon.png" }, "permissions": [ "tabs" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.ncbi.nlm.nih.gov\/; object-src 'self'" } |