Cite-D-Lite

Ma'ayan Lab

Cite-D-Lite क्या है?

Cite-D-Lite maayanlabapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ma'ayan Lab"।

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

screenshot
screenshot
screenshot

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

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

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

                        Cite-D-Lite can improve your productivity when using PubMed, GEO and DataMed. Cite-D-Lite generates downloadable files (.ris, .bib, and .enw) compatible with various reference managers with a single mouse click. Cite-D-Lite also features text-importance graded-highlighting on PubMed abstracts as determined by the TextRank algorithm. The result is a simple-to-use browser extension that broadens and enhances the user’s overall interaction and experience with GEO, PubMed, and DataMed.                    

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

नाम Cite-D-Lite Cite-D-Lite
ID ipiffhgeigmiffclkpkgdaklbdgdegkk
आधिकारिक URL https://chrome.google.com/webstore/detail/cite-d-lite/ipiffhgeigmiffclkpkgdaklbdgdegkk
विवरण Ma'ayan Lab
फ़ाइल का आकार 118 KB
स्थापना संख्या 97
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2016-11-03
प्रकाशन तिथि 2016-11-03
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर maayanlabapps
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cite-D-Lite",
    "version": "1.0.2",
    "description": "Ma'ayan Lab",
    "icons": {
        "128": "icon_128.png",
        "720": "icon_720.png"
    },
    "browser_action": {
        "default_icon": "icon_720.png"
    },
    "permissions": [
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ncbi.nlm.nih.gov\/*",
                "https:\/\/datamed.org\/*"
            ],
            "css": [
                "button.css"
            ],
            "js": [
                "underscore-min.js",
                "jquery.js",
                "summarizer.js",
                "cite-d-lite.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon_128.png",
        "icon_720.png"
    ],
    "manifest_version": 2
}