Fonts Ninja

Speed up your design workflow!

Cos'è Fonts Ninja?

Fonts Ninja è un'estensione di Chrome sviluppata da https://fonts.ninja, e la sua funzione principale è "Speed up your design workflow!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Fonts Ninja

Scarica i file di estensione Fonts Ninja in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Identify fonts from any website, bookmark, try, and buy them.

-----------------

Features :

Font DNA
Our proprietary algorithm analyses font files to get more accurate results. 
Rollover any text to get the font name and CSS properties.
The main extension window will also display a summary of all font used on a website.
BTW, we dramatically improved the processing speed (this could change depending on websites).

Font details
You can get more information about fonts. Check how many styles are available, their foundry, and price.

Font Bookmarks
Bookmark fonts and manage your font bookmarks right within the extension.

Trial Fonts (premium only)
The optional macOS/windows app installs trial versions of fonts you discover on websites. You can then use them in any software.
This is a paid feature with a free trial.

Feedback and support: [email protected]                    

Informazioni di Base sull'Estensione

Nome Fonts Ninja Fonts Ninja
ID eljapbgkmlngdpckoiiibecpemleclhh
URL Ufficiale https://chromewebstore.google.com/detail/fonts-ninja/eljapbgkmlngdpckoiiibecpemleclhh
Descrizione Speed up your design workflow!
Dimensione del File 1.45 MB
Conteggio Installazioni 805,711
Versione Corrente 6.0.25
Ultimo Aggiornamento 2021-11-11
Data di Pubblicazione 2020-03-19
Valutazione 4.37/5 Totale 659 Valutazioni
Sviluppatore https://fonts.ninja
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.fonts.ninja/
URL della Pagina di Aiuto https://www.fonts.ninja/help
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Fonts Ninja",
    "name": "Fonts Ninja",
    "version": "6.0.25",
    "manifest_version": 2,
    "description": "Speed up your design workflow!",
    "homepage_url": "https:\/\/www.fonts.ninja",
    "author": "Fonts Ninja",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Fonts Ninja",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "@ffn",
            "strict_min_version": "50.0"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "app\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "nativeMessaging",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "resources\/*",
        "static\/*",
        "icons\/*",
        "notifications\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}