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
Eメール [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"
    ]
}