Wordmark.it Extension

This extension enables you to see your fonts on Wordmark.it

什麼是Wordmark.it Extension?

Wordmark.it Extension是由https://wordmark.it開發的Chrome擴展程式,該擴展的主要功能是“This extension enables you to see your fonts on Wordmark.it”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Wordmark.it Extension擴展crx文件

下載Wordmark.it Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Did you ever find yourself squinting at a list of fonts, in a drop-down menu, trying to find the right font? Only to find out that the font that you picked doesn't even look good with your text?

Wordmark.it (https://wordmark.it) helps you choose fonts by quickly displaying your text with your fonts, neatly arranged in a visual grid, allowing you to easily compare and pick the best option.

Wordmark.it can preview the default system fonts already installed on your computer. Adding this extension to Chrome will enable Wordmark.it to show the fonts you have installed on your computer as well.                    

擴展基本資訊

名稱 Wordmark.it Extension Wordmark.it Extension
ID plafaneablgcojpbaeefkmnheilloopl
官方網址 https://chromewebstore.google.com/detail/wordmarkit-extension/plafaneablgcojpbaeefkmnheilloopl
簡介 This extension enables you to see your fonts on Wordmark.it
檔案大小 11.41 KB
安裝次數 159,895
目前版本 0.1.2
更新時間 2023-11-30
上架時間 2020-05-08
評分 4.37/5 共 92 次評分
開發者 https://wordmark.it
電子郵箱 [email protected]
付費類型 free
擴展官網 https://wordmark.it
說明頁面URL https://wordmark.it/help
隱私政策頁面URL https://wordmark.it/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wordmark.it Extension",
    "version": "0.1.2",
    "description": "This extension enables you to see your fonts on Wordmark.it",
    "permissions": [
        "fontSettings"
    ],
    "background": {
        "service_worker": "javascripts\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/wordmark16.png",
            "32": "images\/wordmark32.png",
            "48": "images\/wordmark48.png",
            "128": "images\/wordmark128.png"
        }
    },
    "icons": {
        "16": "images\/wordmark16.png",
        "32": "images\/wordmark32.png",
        "48": "images\/wordmark48.png",
        "128": "images\/wordmark128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/wordmark.it\/*",
            "https:\/\/www.wordmark.it\/*",
            "https:\/\/test.wordmark.it\/*",
            "https:\/\/new.wordmark.it\/*",
            "https:\/\/old.wordmark.it\/*",
            "http:\/\/wordmark.test\/*",
            "https:\/\/wordmark.test\/*",
            "http:\/\/new.wordmark.test\/*",
            "http:\/\/legacy.wordmark.it\/*"
        ],
        "accepts_tls_channel_id": false
    }
}