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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OnlineLabels.com และคุณลักษณะหลักของมันคือ "Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Maestro Label Designer Font Finder
ดาวน์โหลดไฟล์ส่วนขยาย Maestro Label Designer Font Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |