Maestro Label Designer Font Finder
Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.
Maestro Label Designer Font Finder란 무엇입니까?
Maestro Label Designer Font Finder은(는) OnlineLabels.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com."입니다.
확장 프로그램 스크린샷
Maestro Label Designer Font Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Expand your font library and create a label design that is truly unique with this free extension for Maestro Label Designer by OnlineLabels.com. From brand fonts to more expressive options, Maestro Label Designer - Font Finder helps you access downloaded fonts to use in your label designs. You’ll see them automatically listed in alphabetical order at the bottom of the "Font Family" dropdown immediately after installation. By installing the extension, you acknowledge you have read and agree to the Privacy Policy (https://secure.onlinelabels.com/privacy.aspx) and Terms and Conditions (https://secure.onlinelabels.com/terms-and-conditions.aspx) of OnlineLabels.com.
확장 프로그램 기본 정보
이름 | Maestro Label Designer Font Finder |
ID | bnfcjaloinijmodiiifdlelfmkmlibff |
공식 URL | https://chromewebstore.google.com/detail/maestro-label-designer-fo/bnfcjaloinijmodiiifdlelfmkmlibff |
설명 | Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com. |
파일 크기 | 11.56 KB |
설치 횟수 | 15,220 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-10-06 |
출시 날짜 | 2020-09-08 |
평점 | 1.92/5 총 13 개의 평점 |
개발자 | OnlineLabels.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.onlinelabels.com/ |
도움말 페이지 URL | https://www.onlinelabels.com/support |
개인정보 보호 정책 페이지 URL | https://secure.onlinelabels.com/privacy.aspx |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Maestro Label Designer Font Finder", "author": "Online Labels, LLC", "description": "Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.", "version": "1.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.onlinelabels.com\/*" ], "js": [ "contentScript.js" ] } ], "permissions": [ "fontSettings" ] } |