서포터 곰두리

Supporting redirection to KNU pages easily for KNU students

서포터 곰두리란 무엇입니까?

서포터 곰두리은(는) scc6920에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supporting redirection to KNU pages easily for KNU students"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

서포터 곰두리 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        강원대학교 학우들을 위한 확장프로그램입니다.
강원대학교의 주요 사이트 바로가기와 비대면 동영상 강의 시청 시 사용할 수 있는 배속 조절 기능을 지원합니다.

It's a chrome extension for students who belong to KNU(Kangwon National University).
This extension supports redirection to KNU major sites whilst controlling video speed when playing online videos.                    

확장 프로그램 기본 정보

이름 서포터 곰두리 서포터 곰두리
ID lamnboejgpclnjmmhiljdgfpoehaeelk
공식 URL https://chromewebstore.google.com/detail/%EC%84%9C%ED%8F%AC%ED%84%B0-%EA%B3%B0%EB%91%90%EB%A6%AC/lamnboejgpclnjmmhiljdgfpoehaeelk
설명 Supporting redirection to KNU pages easily for KNU students
파일 크기 198 KB
설치 횟수 101
현재 버전 1.0.0
최근 업데이트 2021-07-06
출시 날짜 2021-07-06
평점 5.00/5 총 1 개의 평점
개발자 scc6920
이메일 [email protected]
결제 유형 free
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\uc11c\ud3ec\ud130 \uacf0\ub450\ub9ac",
    "short_name": "SP GOMDURI",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Supporting redirection to KNU pages easily for KNU students",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "match_about_blank": true,
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.css",
        "shadow.css"
    ]
}