Lon Capa Beautify
Make science cooler
Lon Capa Beautify란 무엇입니까?
Lon Capa Beautify은(는) sonav.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make science cooler"입니다.
확장 프로그램 스크린샷
Lon Capa Beautify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Improve the LON CAPA UI to make it easier to use. Exact Changes: - condense navigation into 1 bar - round edges and give drop shadows - optional confetti upon correct answer
확장 프로그램 기본 정보
이름 | Lon Capa Beautify |
ID | ljfbfbagkfepcadchllbmbiemlpjeldn |
공식 URL | https://chromewebstore.google.com/detail/lon-capa-beautify/ljfbfbagkfepcadchllbmbiemlpjeldn |
설명 | Make science cooler |
파일 크기 | 14.46 KB |
설치 횟수 | 60 |
현재 버전 | 0.0.4.1 |
최근 업데이트 | 2020-10-23 |
출시 날짜 | 2020-09-25 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | sonav.dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lon Capa Beautify", "version": "0.0.4.1", "description": "Make science cooler", "icons": { "128": "LCB.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "confetti.js", "content.js" ], "matches": [ "https:\/\/*.lon-capa.net\/*", "https:\/\/*.loncapa.net\/*", "https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" ] } ], "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage" ] } |