서포터 곰두리
Supporting redirection to KNU pages easily for KNU students
서포터 곰두리 क्या है?
서포터 곰두리 scc6920 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supporting redirection to KNU pages easily for KNU students"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन 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" ] } |