Developer's Codebox
Keep your most used code snippets organized and handy in Developer's Codebox
Developer's Codebox란 무엇입니까?
Developer's Codebox은(는) https://phenomcraftstudios.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep your most used code snippets organized and handy in Developer's Codebox"입니다.
확장 프로그램 스크린샷
Developer's Codebox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Piece of code using more often, saw some cool copy or quote on any site, a note to save for later or just want to draft million dollar idea that came in your mind? with Developer's Codebox chrome extension, You can easily save the things, keep them organize and have them handy on your mouse click when you need them next time. You can use this extension for taking notes, for drafting cool idea or for adding code snippets you want to use next time. Features: • Save code snippets, notes, ideas etc.. • Works Offline • Free Please give me feedback if you like it or have ideas to improve this extension.
확장 프로그램 기본 정보
이름 | Developer's Codebox |
ID | dpmgkmhejfmekgcnpofhdnnjdfekmmhc |
공식 URL | https://chromewebstore.google.com/detail/developers-codebox/dpmgkmhejfmekgcnpofhdnnjdfekmmhc |
설명 | Keep your most used code snippets organized and handy in Developer's Codebox |
파일 크기 | 57.03 KB |
설치 횟수 | 29 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2020-05-17 |
출시 날짜 | 2020-05-17 |
개발자 | https://phenomcraftstudios.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Developer's Codebox", "version": "0.0.1", "manifest_version": 2, "description": "Keep your most used code snippets organized and handy in Developer's Codebox", "homepage_url": "https:\/\/phenomcraftstudios.com", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Developer's Codebox", "default_popup": "developers-codebox.html" } } |