Fontify
Fontify - get your fonts right!
Hvad er Fontify?
Fontify er en Chrome-udvidelse udviklet af borzecki.daniel, og dens hovedfunktion er "Fontify - get your fonts right!".
Udvidelsesskærmbilleder
Download Fontify-udvidelses-CRX-fil
Download Fontify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pfcgofaibgeffbgdmpohcdkonkinnkng |
| Officiel URL | https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng |
| Beskrivelse | Fontify - get your fonts right! |
| Filstørrelse | 15.5 KB |
| Antal Installationer | 18 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2020-12-06 |
| Udgivelsesdato | 2020-11-15 |
| Udvikler | borzecki.daniel |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |