SNU CRS Refresher

서울대학교 수강신청 웹사이트에서 이미 수강신청 프로그램을 사용중이라고 뜰 경우에 이를 해제해주는 애드온

SNU CRS Refresherとは何ですか?

SNU CRS Refresherはhttps://donghoon.ioによって開発されたChromeの拡張機能で、その主な機能は「서울대학교 수강신청 웹사이트에서 이미 수강신청 프로그램을 사용중이라고 뜰 경우에 이를 해제해주는 애드온」です。

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

screenshot

SNU CRS Refresher拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        서울대학교 수강신청 웹사이트에서 이미 수강신청 프로그램을 사용중이라고 뜰 경우에 이를 해제해주는 애드온입니다.

사용자가 본 애드온을 학교 측에서 허가되지 않은 상황에서 사용하는 경우에 개발자는 법적 책임을 지지 않습니다.                    

拡張機能の基本情報

名前 SNU CRS Refresher SNU CRS Refresher
ID hhdokgcmhmpckjdhekdjpoaafoggaaan
公式URL https://chromewebstore.google.com/detail/snu-crs-refresher/hhdokgcmhmpckjdhekdjpoaafoggaaan
説明 서울대학교 수강신청 웹사이트에서 이미 수강신청 프로그램을 사용중이라고 뜰 경우에 이를 해제해주는 애드온
ファイルサイズ 28.81 KB
インストール数 89
現在のバージョン 1.0
最終更新日 2021-07-28
公開日 2021-07-27
開発者 https://donghoon.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://donghoon.io
プライバシーポリシーページのURL https://donghoon.io/privacy-policy
対応言語 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SNU CRS Refresher",
    "description": "\uc11c\uc6b8\ub300\ud559\uad50 \uc218\uac15\uc2e0\uccad \uc6f9\uc0ac\uc774\ud2b8\uc5d0\uc11c \uc774\ubbf8 \uc218\uac15\uc2e0\uccad \ud504\ub85c\uadf8\ub7a8\uc744 \uc0ac\uc6a9\uc911\uc774\ub77c\uace0 \ub730 \uacbd\uc6b0\uc5d0 \uc774\ub97c \ud574\uc81c\ud574\uc8fc\ub294 \uc560\ub4dc\uc628",
    "version": "1.0",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "permissions": [
        "https:\/\/*.snu.ac.kr\/*"
    ],
    "browser_action": {
        "default_icon": "images\/logo_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}