NCBI Search
Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!
Vad är NCBI Search?
NCBI Search är en Chrome-tillägg utvecklad av b romney, och dess huvudfunktion är "Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!".
Tilläggsskärmbilder
Ladda ner NCBI Search-förlängningens CRX-fil
Ladda ner NCBI Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | NCBI Search |
ID | janalkijliaejknaogckfkhdnkhlhdjl |
Officiell webbadress | https://chromewebstore.google.com/detail/ncbi-search/janalkijliaejknaogckfkhdnkhlhdjl |
Beskrivning | Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar! |
Filstorlek | 11.58 KB |
Antal Installationer | 360 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-07-19 |
Publiceringsdatum | 2018-07-19 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | b romney |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://bendev.bitballoon.com |
Stödda Språk | 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'" } |