UMD Launcher

Quick Links for UMD Students

What is UMD Launcher?

UMD Launcher is a Chrome extension developed by nathanael.temesgen, and its main feature is "Quick Links for UMD Students".

Extension Screenshots

screenshot

Download UMD Launcher Extension CRX File

Download UMD Launcher 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

                        Are you a University of Maryland student that has numerous tabs open on your computer? Do some of those tabs consist of ELMS, Gmail, LinkedIn, or any other link that you would typically go on every day? This extension allows UMD students to easily access these links without the need of numerous tabs or having to type in each link every day!                    

Extension Basic Information

Name UMD Launcher UMD Launcher
ID kmimehnhdhjfanicgiikhnopeaepflba
Official URL https://chromewebstore.google.com/detail/umd-launcher/kmimehnhdhjfanicgiikhnopeaepflba
Description Quick Links for UMD Students
File Size 40.1 KB
Installation Count 67
Current Version 1.0.0
Last Updated 2020-07-12
Publish Date 2020-07-11
Rating 5.00/5 Total 7 Ratings
Developer nathanael.temesgen
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UMD Launcher",
    "description": "Quick Links for UMD Students",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}