Wordmark.it Extension

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

Wordmark.it Extension क्या है?

Wordmark.it Extension https://wordmark.it द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enables you to see your fonts on Wordmark.it"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wordmark.it Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}