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文件
下載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 |
官方網址 | 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" ] } |