FontPrep Extension
An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage.
FontPrep Extension là gì?
FontPrep Extension là một tiện ích mở rộng Chrome được phát triển bởi http://fontprep.com, và tính năng chính của nó là "An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage.".
Ả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 FontPrep Extension
Tải xuống các tệp mở rộng FontPrep 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
Ever wanted to embed your FontPrep (http://fontprep.com) fonts directly into pages in Chrome so you could preview what they look like? Well, your time has come. With this extension, simply copy a font's ID from within FontPrep and apply that font to any of the page's elements. For more info, please read our blog post at: http://briangonzalez.org/posts/fontprep-google-chrome-extension. Also, did we mention the FontPrep extension is open source? Check it out: https://github.com/briangonzalez/fontprep-crx Requirements ------------------------ - FontPrep 2.21 or greater (http://fontprep.com) - Google Chrome
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lgekjlpbdphfedjhdnebggommhalhake |
URL Chính Thức | https://chrome.google.com/webstore/detail/fontprep-extension/lgekjlpbdphfedjhdnebggommhalhake |
Mô tả | An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage. |
Kích Thước Tệp | 211 KB |
Số Lần Cài Đặt | 66 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2013-10-21 |
Ngày Phát Hành | 2013-10-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://fontprep.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://fontprep.com |
URL Trang Trợ Giúp | http://briangonzalez.org/posts/fontprep-google-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FontPrep Extension", "description": "An extension for embedding and testing FontPrep's fonts (http:\/\/fontprep.com) into any webpage.", "version": "0.1.3", "browser_action": { "default_icon": "images\/icon256.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |