프로그래머스 코드실행 단축키
프로그래머스 실행 단축키입니다. ctrl+space로 실행하세요.
Wat is 프로그래머스 코드실행 단축키?
프로그래머스 코드실행 단축키 is een Chrome-extensie ontwikkeld door project401ho, en de belangrijkste functie is "프로그래머스 실행 단축키입니다. ctrl+space로 실행하세요.".
Extensie Screenshots
Download het CRX-bestand van de extensie 프로그래머스 코드실행 단축키
Download 프로그래머스 코드실행 단축키-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
(ctrl + space) 컨트롤 + 스페이스바로 실행할수 있어요 추후에 다른키로 설정할 수 있게 업데이트 할 예정입니다. 혹시 다른분이 만든 더 좋은것이 있다면 아래 주소로 알려주세요 ㅠ [email protected]
Basisinformatie over de Extensie
Naam | 프로그래머스 코드실행 단축키 |
ID | ihifacebeonecjcjdbpicffgdgcngobk |
Officiële 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 |
Beschrijving | 프로그래머스 실행 단축키입니다. ctrl+space로 실행하세요. |
Bestandsgrootte | 7.5 KB |
Aantal Installaties | 344 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-05-11 |
Publicatiedatum | 2021-05-11 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | project401ho |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/project401ho |
Help Pagina-URL | https://github.com/project401ho |
Ondersteunde Talen | 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" ] } ] } |