PubMed Genius

Abstract search tool

PubMed Genius क्या है?

PubMed Genius nebosman.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Abstract search tool"।

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

screenshot

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

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

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

                        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 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"
    ]
}