Fontify
Fontify - get your fonts right!
What is Fontify?
Fontify is a Chrome extension developed by borzecki.daniel, and its main feature is "Fontify - get your fonts right!".
Extension Screenshots
Download Fontify Extension CRX File
Download Fontify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Fontify |
ID | pfcgofaibgeffbgdmpohcdkonkinnkng |
Official URL | https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng |
Description | Fontify - get your fonts right! |
File Size | 15.5 KB |
Installation Count | 18 |
Current Version | 1.0.2 |
Last Updated | 2020-12-06 |
Publish Date | 2020-11-15 |
Developer | borzecki.daniel |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |