Fontify
Fontify - get your fonts right!
Fontify란 무엇입니까?
Fontify은(는) borzecki.daniel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fontify - get your fonts right!"입니다.
확장 프로그램 스크린샷
Fontify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Presenting a tool dedicated for product teams looking to simplify fonts across the page. It allows you to preview and track fonts based on their features font family, size or color. Change-log: - 1.0.2 - copy to clipboard button / fixed random opening closed widget - 1.0.1 - fixed problem with updating view on re-rendering - 1.0.0 - we're launched!
확장 프로그램 기본 정보
이름 | Fontify |
ID | pfcgofaibgeffbgdmpohcdkonkinnkng |
공식 URL | https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng |
설명 | Fontify - get your fonts right! |
파일 크기 | 15.5 KB |
설치 횟수 | 18 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2020-12-06 |
출시 날짜 | 2020-11-15 |
개발자 | borzecki.daniel |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fontify", "version": "1.0.2", "description": "Fontify - get your fonts right!", "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": { "16": "images\/favicon-16.png", "32": "images\/favicon-32.png", "96": "images\/favicon-96.png", "128": "images\/favicon-128.png" } }, "manifest_version": 2 } |