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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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'" } |