Font Tester

Preview your webpage with Google Fonts

Cos'è Font Tester?

Font Tester è un'estensione di Chrome sviluppata da hkphillips42, e la sua funzione principale è "Preview your webpage with Google Fonts".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Font Tester

Scarica i file di estensione Font Tester 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

                        Extension for web developers/designers to quickly preview different Google fonts applied to a web page. A popup menu presents a single select field with font options.                    

Informazioni di Base sull'Estensione

Nome Font Tester Font Tester
ID imccahjhfnnifmcmfelbcijnilebgggg
URL Ufficiale https://chromewebstore.google.com/detail/font-tester/imccahjhfnnifmcmfelbcijnilebgggg
Descrizione Preview your webpage with Google Fonts
Dimensione del File 297 KB
Conteggio Installazioni 63
Versione Corrente 0.0.1
Ultimo Aggiornamento 2023-05-05
Data di Pubblicazione 2023-05-05
Sviluppatore hkphillips42
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/hunterphillips/font-tester
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Font Tester",
    "description": "Preview your webpage with Google Fonts",
    "version": "0.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}