Wordmark.it Extension
This extension enables you to see your fonts on Wordmark.it
Wordmark.it Extension là gì?
Wordmark.it Extension là một tiện ích mở rộng Chrome được phát triển bởi https://wordmark.it, và tính năng chính của nó là "This extension enables you to see your fonts on Wordmark.it".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wordmark.it Extension
Tải xuống các tệp mở rộng Wordmark.it Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Wordmark.it Extension |
ID | plafaneablgcojpbaeefkmnheilloopl |
URL Chính Thức | https://chromewebstore.google.com/detail/wordmarkit-extension/plafaneablgcojpbaeefkmnheilloopl |
Mô tả | This extension enables you to see your fonts on Wordmark.it |
Kích Thước Tệp | 11.41 KB |
Số Lần Cài Đặt | 159,895 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2023-11-30 |
Ngày Phát Hành | 2020-05-08 |
Đánh Giá | 4.37/5 Tổng số 92 Đánh Giá |
Nhà Phát Triển | https://wordmark.it |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://wordmark.it |
URL Trang Trợ Giúp | https://wordmark.it/help |
URL Trang Chính Sách Bảo Mật | https://wordmark.it/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |