프로솔브(Pro-Solve)
제출한 모든 프로그래머스 풀이를 확인할 수 있게 해주는 크롬 익스텐션
What is 프로솔브(Pro-Solve)?
프로솔브(Pro-Solve) is a Chrome extension developed by hong009319, and its main feature is "제출한 모든 프로그래머스 풀이를 확인할 수 있게 해주는 크롬 익스텐션".
Extension Screenshots
Download 프로솔브(Pro-Solve) Extension CRX File
Download 프로솔브(Pro-Solve) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
프로그래머스를 확장된 기능과 함께 사용해보세요. 각 기능들의 사용 방법은 홈페이지를 참고해주시길 바랍니다. * 프로솔브는 크롬 브라우저에서만 이용 가능합니다. [성공한 문제 차트] - 도넛 차트를 통해 각 레벨 문제들을 몇 개 풀었는지 확인할 수 있습니다. - 표에서 난이도, 완료한 사람, 정답률을 기준으로 푼 문제들을 정렬해서 볼 수 있습니다. [제출한 풀이 저장 기능] - 유저가 제출한 풀이를 저장할 수 있습니다. - 제출한 풀이를 시간과 정답 여부로 정렬해서 볼 수 있습니다. [풀이 클립보드 기능] - 다른 사람 풀이 페이지의 코드들을 복사할 수 있는 클립보드를 구현했습니다.
Extension Basic Information
Name | 프로솔브(Pro-Solve) |
ID | pjffalefhahlellpckbbiehmbljjhihl |
Official URL | https://chromewebstore.google.com/detail/%ED%94%84%EB%A1%9C%EC%86%94%EB%B8%8Cpro-solve/pjffalefhahlellpckbbiehmbljjhihl |
Description | 제출한 모든 프로그래머스 풀이를 확인할 수 있게 해주는 크롬 익스텐션 |
File Size | 3.02 MB |
Installation Count | 75 |
Current Version | 1.1.1 |
Last Updated | 2023-03-07 |
Publish Date | 2022-10-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | hong009319 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dev-redo/pro-solve |
Supported Languages | 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": [ " |