Fontify
Fontify - get your fonts right!
什麼是Fontify?
Fontify是由borzecki.daniel開發的Chrome擴展程式,該擴展的主要功能是“Fontify - get your fonts right!”。
擴展截圖
下載Fontify擴展crx文件
下載Fontify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Presenting a tool dedicated for product teams looking to simplify fonts across the page. It allows you to preview and track fonts based on their features font family, size or color. Change-log: - 1.0.2 - copy to clipboard button / fixed random opening closed widget - 1.0.1 - fixed problem with updating view on re-rendering - 1.0.0 - we're launched!
擴展基本資訊
名稱 | Fontify |
ID | pfcgofaibgeffbgdmpohcdkonkinnkng |
官方網址 | https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng |
簡介 | Fontify - get your fonts right! |
檔案大小 | 15.5 KB |
安裝次數 | 18 |
目前版本 | 1.0.2 |
更新時間 | 2020-12-06 |
上架時間 | 2020-11-15 |
開發者 | borzecki.daniel |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fontify", "version": "1.0.2", "description": "Fontify - get your fonts right!", "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": { "16": "images\/favicon-16.png", "32": "images\/favicon-32.png", "96": "images\/favicon-96.png", "128": "images\/favicon-128.png" } }, "manifest_version": 2 } |