프로솔브(Pro-Solve)
제출한 모든 프로그래머스 풀이를 확인할 수 있게 해주는 크롬 익스텐션
Cos'è 프로솔브(Pro-Solve)?
프로솔브(Pro-Solve) è un'estensione di Chrome sviluppata da hong009319, e la sua funzione principale è "제출한 모든 프로그래머스 풀이를 확인할 수 있게 해주는 크롬 익스텐션".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 프로솔브(Pro-Solve)
Scarica i file di estensione 프로솔브(Pro-Solve) 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
프로그래머스를 확장된 기능과 함께 사용해보세요. 각 기능들의 사용 방법은 홈페이지를 참고해주시길 바랍니다. * 프로솔브는 크롬 브라우저에서만 이용 가능합니다. [성공한 문제 차트] - 도넛 차트를 통해 각 레벨 문제들을 몇 개 풀었는지 확인할 수 있습니다. - 표에서 난이도, 완료한 사람, 정답률을 기준으로 푼 문제들을 정렬해서 볼 수 있습니다. [제출한 풀이 저장 기능] - 유저가 제출한 풀이를 저장할 수 있습니다. - 제출한 풀이를 시간과 정답 여부로 정렬해서 볼 수 있습니다. [풀이 클립보드 기능] - 다른 사람 풀이 페이지의 코드들을 복사할 수 있는 클립보드를 구현했습니다.
Informazioni di Base sull'Estensione
Nome | 프로솔브(Pro-Solve) |
ID | pjffalefhahlellpckbbiehmbljjhihl |
URL Ufficiale | https://chromewebstore.google.com/detail/%ED%94%84%EB%A1%9C%EC%86%94%EB%B8%8Cpro-solve/pjffalefhahlellpckbbiehmbljjhihl |
Descrizione | 제출한 모든 프로그래머스 풀이를 확인할 수 있게 해주는 크롬 익스텐션 |
Dimensione del File | 3.02 MB |
Conteggio Installazioni | 75 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2023-03-07 |
Data di Pubblicazione | 2022-10-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | hong009319 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dev-redo/pro-solve |
Lingue Supportate | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\ud504\ub85c\uc194\ube0c(Pro-Solve)", "description": "\uc81c\ucd9c\ud55c \ubaa8\ub4e0 \ud504\ub85c\uadf8\ub798\uba38\uc2a4 \ud480\uc774\ub97c \ud655\uc778\ud560 \uc218 \uc788\uac8c \ud574\uc8fc\ub294 \ud06c\ub86c \uc775\uc2a4\ud150\uc158", "version": "1.1.1", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "popup.html", "default_title": "\ud504\ub85c\uc194\ube0c(Pro-Solve)", "default_icon": "icon.png" }, "permissions": [ "identity", "storage" ], "background": { "service_worker": "script\/background.js" }, "host_permissions": [ "https:\/\/programmers.co.kr\/" ], "web_accessible_resources": [ { "resources": [ "*.png", "*.eot", "*.woff", "*.woff2", "*.ttf", "*.svg" ], "matches": [ " |