Fontify

Fontify - get your fonts right!

Vad är Fontify?

Fontify är en Chrome-tillägg utvecklad av borzecki.daniel, och dess huvudfunktion är "Fontify - get your fonts right!".

Tilläggsskärmbilder

screenshot

Ladda ner Fontify-förlängningens CRX-fil

Ladda ner Fontify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Fontify Fontify
ID pfcgofaibgeffbgdmpohcdkonkinnkng
Officiell webbadress https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng
Beskrivning Fontify - get your fonts right!
Filstorlek 15.5 KB
Antal Installationer 18
Aktuell Version 1.0.2
Senast Uppdaterad 2020-12-06
Publiceringsdatum 2020-11-15
Utvecklare borzecki.daniel
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}