프로그래머스 코드실행 단축키

프로그래머스 실행 단축키입니다. ctrl+space로 실행하세요.

What is 프로그래머스 코드실행 단축키?

프로그래머스 코드실행 단축키 is a Chrome extension developed by project401ho, and its main feature is "프로그래머스 실행 단축키입니다. ctrl+space로 실행하세요.".

Extension Screenshots

screenshot

Download 프로그래머스 코드실행 단축키 Extension CRX File

Download 프로그래머스 코드실행 단축키 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

                        (ctrl + space) 컨트롤 + 스페이스바로 실행할수 있어요
추후에 다른키로 설정할 수 있게 업데이트 할 예정입니다.
혹시 다른분이 만든 더 좋은것이 있다면 아래 주소로 알려주세요 ㅠ

[email protected]                    

Extension Basic Information

Name 프로그래머스 코드실행 단축키 프로그래머스 코드실행 단축키
ID ihifacebeonecjcjdbpicffgdgcngobk
Official URL https://chromewebstore.google.com/detail/%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%A8%B8%EC%8A%A4-%EC%BD%94%EB%93%9C%EC%8B%A4%ED%96%89-%EB%8B%A8%EC%B6%95%ED%82%A4/ihifacebeonecjcjdbpicffgdgcngobk
Description 프로그래머스 실행 단축키입니다. ctrl+space로 실행하세요.
File Size 7.5 KB
Installation Count 344
Current Version 1.0.0
Last Updated 2021-05-11
Publish Date 2021-05-11
Rating 5.00/5 Total 2 Ratings
Developer project401ho
Email [email protected]
Payment Type free
Extension Website https://github.com/project401ho
Help Page URL https://github.com/project401ho
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\ud504\ub85c\uadf8\ub798\uba38\uc2a4 \ucf54\ub4dc\uc2e4\ud589 \ub2e8\ucd95\ud0a4",
    "description": "\ud504\ub85c\uadf8\ub798\uba38\uc2a4 \uc2e4\ud589 \ub2e8\ucd95\ud0a4\uc785\ub2c8\ub2e4. ctrl+space\ub85c \uc2e4\ud589\ud558\uc138\uc694.",
    "version": "1.0.0",
    "icons": {
        "16": "16.png",
        "24": "24.png",
        "32": "32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/programmers.co.kr\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}