Wordmark.it Extension

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

Wordmark.it Extensionคืออะไร?

Wordmark.it Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wordmark.it และคุณลักษณะหลักของมันคือ "This extension enables you to see your fonts on Wordmark.it"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wordmark.it Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
    }
}