Wordmark.it Extension
This extension enables you to see your fonts on Wordmark.it
Wordmark.it Extension란 무엇입니까?
Wordmark.it Extension은(는) https://wordmark.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension enables you to see your fonts on Wordmark.it"입니다.
확장 프로그램 스크린샷
Wordmark.it Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Did you ever find yourself squinting at a list of fonts, in a drop-down menu, trying to find the right font? Only to find out that the font that you picked doesn't even look good with your text? Wordmark.it (https://wordmark.it) helps you choose fonts by quickly displaying your text with your fonts, neatly arranged in a visual grid, allowing you to easily compare and pick the best option. Wordmark.it can preview the default system fonts already installed on your computer. Adding this extension to Chrome will enable Wordmark.it to show the fonts you have installed on your computer as well.
확장 프로그램 기본 정보
이름 | Wordmark.it Extension |
ID | plafaneablgcojpbaeefkmnheilloopl |
공식 URL | https://chromewebstore.google.com/detail/wordmarkit-extension/plafaneablgcojpbaeefkmnheilloopl |
설명 | This extension enables you to see your fonts on Wordmark.it |
파일 크기 | 11.41 KB |
설치 횟수 | 159,895 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2023-11-30 |
출시 날짜 | 2020-05-08 |
평점 | 4.37/5 총 92 개의 평점 |
개발자 | https://wordmark.it |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wordmark.it |
도움말 페이지 URL | https://wordmark.it/help |
개인정보 보호 정책 페이지 URL | https://wordmark.it/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wordmark.it Extension", "version": "0.1.2", "description": "This extension enables you to see your fonts on Wordmark.it", "permissions": [ "fontSettings" ], "background": { "service_worker": "javascripts\/background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/wordmark16.png", "32": "images\/wordmark32.png", "48": "images\/wordmark48.png", "128": "images\/wordmark128.png" } }, "icons": { "16": "images\/wordmark16.png", "32": "images\/wordmark32.png", "48": "images\/wordmark48.png", "128": "images\/wordmark128.png" }, "externally_connectable": { "matches": [ "https:\/\/wordmark.it\/*", "https:\/\/www.wordmark.it\/*", "https:\/\/test.wordmark.it\/*", "https:\/\/new.wordmark.it\/*", "https:\/\/old.wordmark.it\/*", "http:\/\/wordmark.test\/*", "https:\/\/wordmark.test\/*", "http:\/\/new.wordmark.test\/*", "http:\/\/legacy.wordmark.it\/*" ], "accepts_tls_channel_id": false } } |