iCampus Check Plus
Upgraded version of iCampus Check
Cos'è iCampus Check Plus?
iCampus Check Plus è un'estensione di Chrome sviluppata da 이재균, e la sua funzione principale è "Upgraded version of iCampus Check".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione iCampus Check Plus
Scarica i file di estensione iCampus Check Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
아이캠퍼스 체크의 개선판입니다. 과제 및 평가 항목에서도 가져오기 때문에 놓치는 과제가 없이 여러분의 성균관대 아캠 라이프가 더욱 완벽해집니다. 오픈소스 소프트웨어 프로그래밍 실습 팀프로젝트입니다. 팀 #10 by 이준한 이준원 이재균
Informazioni di Base sull'Estensione
Nome | |
ID | idgncclckmhodbcafbeopkkhiedfgiio |
URL Ufficiale | https://chromewebstore.google.com/detail/icampus-check-plus/idgncclckmhodbcafbeopkkhiedfgiio |
Descrizione | Upgraded version of iCampus Check |
Dimensione del File | 5.83 MB |
Conteggio Installazioni | 338 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-05-27 |
Data di Pubblicazione | 2022-05-22 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | 이재균 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dreams60/iCampusCheckPlus |
Lingue Supportate | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "iCampus Check Plus", "description": "Upgraded version of iCampus Check", "version": "1.0.1", "content_scripts": [ { "matches": [ "*:\/\/canvas.skku.edu\/*" ], "js": [ "includes\/jquery-3.5.0.min.js", "content.js", "script.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; " }, "permissions": [ "activeTab", "tabs", "declarativeContent", "scripting" ], "host_permissions": [ "https:\/\/canvas.skku.edu\/*" ] } |