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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } } |