Cite-D-Lite

Ma'ayan Lab

What is Cite-D-Lite?

Cite-D-Lite is a Chrome extension developed by maayanlabapps, and its main feature is "Ma'ayan Lab".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cite-D-Lite Extension CRX File

Download Cite-D-Lite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cite-D-Lite Cite-D-Lite
ID ipiffhgeigmiffclkpkgdaklbdgdegkk
Official URL https://chrome.google.com/webstore/detail/cite-d-lite/ipiffhgeigmiffclkpkgdaklbdgdegkk
Description Ma'ayan Lab
File Size 118 KB
Installation Count 97
Current Version 1.0.2
Last Updated 2016-11-03
Publish Date 2016-11-03
Rating 5.00/5 Total 5 Ratings
Developer maayanlabapps
Email [email protected]
Payment Type free
Supported Languages 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
}