Developer Cheat Sheet
A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version
Developer Cheat Sheet란 무엇입니까?
Developer Cheat Sheet은(는) nmurciano1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version"입니다.
확장 프로그램 스크린샷
Developer Cheat Sheet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A cheat sheet for a developer is the place where the developer will save all the unique things he doesn’t want to remember all the time, and just copy and paste from it for his personal usage. The cheat sheet should be saved for a specific user by his account. When a user installs the chrome extension for the first time.
확장 프로그램 기본 정보
이름 | Developer Cheat Sheet |
ID | odkopabfklhmpdfamdlohfgbbodklohc |
공식 URL | https://chromewebstore.google.com/detail/developer-cheat-sheet/odkopabfklhmpdfamdlohfgbbodklohc |
설명 | A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version |
파일 크기 | 2.1 MB |
설치 횟수 | 49 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2020-10-10 |
출시 날짜 | 2020-10-01 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | nmurciano1 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Developer Cheat Sheet", "name": "Developer Cheat Sheet", "description": "A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version", "manifest_version": 2, "version": "0.0.4", "browser_action": { "default_popup": "index.html", "default_title": "Cheat Sheet" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "identity", "identity.email", "tabs", "clipboardRead" ], "oauth2": { "client_id": "17304686700-qhft0nc28a6nedt5f1t2fjb8dlkasuku.apps.googleusercontent.com", "scopes": [ "profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuF52U3s+uobLxz+Ejf3HOEIL9aI9Wr+kSnPNRye2tzFAyForIQ55RlUZ\/ewC\/88qUvJCwgTM3bAlUWSxN8H2d2\/mrfDNJixILcmmfCAVPc3ZvbiVytmNy6owPo7Z0g3Oca5Ulcsj8hd\/m8mjNQ2bw5Yv\/auRWJc3KbNxEtyZ3\/Bzuhn7iiD227pWupESDq7fBJqEdKvZIE3GjHFjfNEhrypHLsdfidzEaqed71q4h5sjPgWBCG9uJbxJ8kzkoNoeefb\/tvJbMWlp3HIdDeQCJ1lbdPisZ5xcCriBKidZ43SFPFe0LeRf10xDuao72nvUKTgH53zGUpDazyu0eaBnVwIDAQAB" } |