Coding Tips
Coding tips when you open a new tab in Chrome
Coding Tips란 무엇입니까?
Coding Tips은(는) Sasikanth Dronavalli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Coding tips when you open a new tab in Chrome"입니다.
확장 프로그램 스크린샷
Coding Tips 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shows coding tips when open a new tab. Code tips from 6 programming languages i.e, Android, Python, CSS, Javascript, Bash, and GIT tips.
확장 프로그램 기본 정보
이름 | |
ID | gcjmgfcpbdkogbohifpkkifjpedapelg |
공식 URL | https://chrome.google.com/webstore/detail/coding-tips/gcjmgfcpbdkogbohifpkkifjpedapelg |
설명 | Coding tips when you open a new tab in Chrome |
파일 크기 | 111 KB |
설치 횟수 | 652 |
현재 버전 | 0.0.6 |
최근 업데이트 | 2019-07-15 |
출시 날짜 | 2019-07-15 |
평점 | 4.55/5 총 11 개의 평점 |
개발자 | Sasikanth Dronavalli |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/sasikanth513/coding-tips |
도움말 페이지 URL | https://github.com/sasikanth513/coding-tips/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coding Tips", "manifest_version": 2, "description": "Coding tips when you open a new tab in Chrome", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "0.0.6", "permissions": [ "management", "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "images\/logo.png" } } |