BioSeek Reader

A next generation text analysis tool

BioSeek Reader क्या है?

BioSeek Reader https://www.bioseek.eu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A next generation text analysis tool"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BioSeek Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        BioSeek Reader is a browser extension for Google Chrome™ which converts biological terms within unstructured text into explorable objects spot on. Each term is listed as a card on the side of your screen. All entities, such as genes, diseases, pathways, drugs, etc., related to the given term through articles, are presented in this card, organized in clickable groups. You can easily navigate further and explore connections without having to type and search.
BioSeek Reader conducts semantic analysis based on which all synonyms, aliases, and old names of a given entity are linked to each other, thus all documents containing any of these designations are retrieved and listed, not only documents containing full keyword matches. 
BioSeek Reader recognizes more than 60 million terms.

BioSeek Reader will bring the analytical power of our searching algorithm to any web source- a database, an online journal, etc. This version is compatible with NCBI's PubMed database, Nature Journal and:
elsevier.com
www.journals.elsevier.com
onlinelibrary.wiley.com
link.springer.com
www.nature.com
www.tandfonline.com
insights.ovid.com
pubs.acs.org
academic.oup.com
journals.sagepub.com
www.mdpi.com
www.sciencedirect.com
www.frontiersin.org
journals.plos.org
pubs.rsc.org
www.hindawi.com
www.spandidos-publications.com
www.jstage.jst.go.jp
www.karger.com
www.oncotarget.com
www.thieme-connect.de
www.msard-journal.com. We are in the process of adapting BioSeek Reader to all other relevant web sources.                    

एक्सटेंशन की मूल जानकारी

नाम BioSeek Reader BioSeek Reader
ID mkfaibcieogbhcneiohnhggglkdmncmo
आधिकारिक URL https://chromewebstore.google.com/detail/bioseek-reader/mkfaibcieogbhcneiohnhggglkdmncmo
विवरण A next generation text analysis tool
फ़ाइल का आकार 85.25 KB
स्थापना संख्या 2,073
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2019-02-11
प्रकाशन तिथि 2019-02-08
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर https://www.bioseek.eu
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.bioseek.eu/us/eng/legal/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BioSeek Reader",
    "author": "BioSeek",
    "version": "0.0.5",
    "description": "A next generation text analysis tool",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "css": [
                "app.css"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon32x32.png"
    },
    "icons": {
        "16": "images\/icon16x16.png",
        "32": "images\/icon32x32.png",
        "48": "images\/icon48x48.png",
        "128": "images\/icon128x128.png"
    },
    "permissions": [
        "cookies",
        "activeTab",
        "storage",
        "webNavigation",
        "http:\/\/www.bioseek.eu\/*",
        "https:\/\/www.bioseek.eu\/*",
        "http:\/\/localhost:3011\/*",
        "https:\/\/localhost:3011\/*"
    ],
    "manifest_version": 2
}