codeblock
Remove bad browsing habits by solving coding problems!
codeblock란 무엇입니까?
codeblock은(는) JackHeTech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove bad browsing habits by solving coding problems!"입니다.
확장 프로그램 스크린샷
codeblock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Research shows that to change a person's life for the better, they must make bad habits harder to perform. CodeBlock is an innovative chrome extension which requires the user to solve a coding challenge before granted access to a distracting site for a limited amount of time. The idea is, each unique visit to a distracting site prompts a new / novel coding challenge the user must solve. That question is saved in storage and the user may never access a distracting website until they have solved the given coding challenge. Once they solve one problem, a new problem will appear, increasing in difficulty.
확장 프로그램 기본 정보
이름 | codeblock |
ID | jfnngjlnpgfaaphoklpliboieolnbnfn |
공식 URL | https://chromewebstore.google.com/detail/codeblock/jfnngjlnpgfaaphoklpliboieolnbnfn |
설명 | Remove bad browsing habits by solving coding problems! |
파일 크기 | 535 KB |
설치 횟수 | 452 |
현재 버전 | 0.0.8 |
최근 업데이트 | 2021-05-16 |
출시 날짜 | 2021-04-04 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | JackHeTech |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://getcodeblock.app |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "codeblock", "description": "Remove bad browsing habits by solving coding problems!", "author": "JackHeTech LLC", "version": "0.0.8", "options_page": "res\/pages\/options.html", "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/css\/bootstrap.min.css 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "src\/background.js", "src\/util.js" ], "persistent": true }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo\/nOJ2eY5jCVggLBVWsoHCRqER5JjHzbAywdq7rHyfWRiI0UGPohdHEj1lD2vT9iZA+CXghDwkfScDBCV4EhKWOfhpYhXDF\/i7KlGDdehk8Wb1lmHiBHSAKiROtpWIo2wcdOqSfXg4Fn\/nxvVU3Us96cOuxV44odM\/wRQWLVw4DU+HtAboKOFCqhr65YsgevhrR3PGwzkocyHkfi5rpddBRiofwFcu\/rOY\/wmlBhUIwsdGvdIdbpwp8VMLe2webkY5EDQ2bcCCu+Mmwr+4eL34z3mhyhINdw1Peq7+\/mY+fdjtx3RaKj0SkS92GYEYKPtiXulUIJ0qGgLJhPPM6hIwIDAQAB", "icons": { "16": "res\/icon.png", "48": "res\/icon.png", "128": "res\/icon.png" }, "browser_action": { "default_icon": "res\/icon.png", "default_popup": "res\/pages\/popup.html", "default_title": "open codeblock settings" }, "permissions": [ "identity", "storage", " |