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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 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"
    ]
}