UMD Launcher

Quick Links for UMD Students

UMD Launcherとは何ですか?

UMD Launcherはnathanael.temesgenによって開発されたChromeの拡張機能で、その主な機能は「Quick Links for UMD Students」です。

拡張機能のスクリーンショット

screenshot

UMD Launcher拡張機能のCRXファイルをダウンロード

UMD Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 UMD Launcher UMD Launcher
ID kmimehnhdhjfanicgiikhnopeaepflba
公式URL https://chromewebstore.google.com/detail/umd-launcher/kmimehnhdhjfanicgiikhnopeaepflba
説明 Quick Links for UMD Students
ファイルサイズ 40.1 KB
インストール数 67
現在のバージョン 1.0.0
最終更新日 2020-07-12
公開日 2020-07-11
評価 5.00/5 合計 7 レビュー
開発者 nathanael.temesgen
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}