Fira Code for StackOverflow
Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!
Fira Code for StackOverflow란 무엇입니까?
Fira Code for StackOverflow은(는) Martin Schmelzer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!"입니다.
확장 프로그램 스크린샷
Fira Code for StackOverflow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Choose between two font weights in the extensions options. The font is integrated in the add-on - no need to install the font on your computer! For more information on Fira Code visit https://github.com/tonsky/FiraCode.
확장 프로그램 기본 정보
이름 | Fira Code for StackOverflow |
ID | ecldaajhgjoideepdlajkipnkblnkjhn |
공식 URL | https://chromewebstore.google.com/detail/fira-code-for-stackoverfl/ecldaajhgjoideepdlajkipnkblnkjhn |
설명 | Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow! |
파일 크기 | 341 KB |
설치 횟수 | 83 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-12-04 |
출시 날짜 | 2019-11-10 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Martin Schmelzer |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fira Code for StackOverflow", "version": "1.1", "author": "Martin Schmelzer", "description": "Use the beautiful Fira Code font (https:\/\/github.com\/tonsky\/FiraCode) and its ligatures for code chunks on StackOverflow!", "icons": { "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.stackoverflow.com\/*" ], "js": [ "js\/fira.js" ], "css": [ "css\/styles.css" ] } ], "options_page": "html\/options.html", "permissions": [ "storage" ] } |