Google Font Previewer for Chrome

Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.

Qu'est-ce que Google Font Previewer for Chrome ?

Google Font Previewer for Chrome est une extension Chrome développée par Pamela Fox, et sa fonction principale est "Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Google Font Previewer for Chrome

Téléchargez les fichiers d'extension Google Font Previewer for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Lets you choose a font from the Google Font API directory, and apply that font to the entire page or a specified CSS selector to see how it looks. Useful when you're designing a website and want to quickly find a font that will look good. If you always use the same fonts, you can star them for quick access.                    

Informations de Base sur l'Extension

Nom Google Font Previewer for Chrome Google Font Previewer for Chrome
ID engndlnldodigdjamndkplafgmkkencc
URL Officiel https://chromewebstore.google.com/detail/google-font-previewer-for/engndlnldodigdjamndkplafgmkkencc
Description Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.
Taille du Fichier 45.88 KB
Nombre d'Installations 41,463
Version Actuelle 3.0.0
Dernière Mise à Jour 2022-07-04
Date de Publication 2016-05-06
Évaluation 4.20/5 Total 265 Évaluations
Développeur Pamela Fox
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/pamelafox/font-previewer-extension
URL de la Page d'Aide https://github.com/pamelafox/font-previewer-extension/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Font Previewer for Chrome",
    "version": "3.0.0",
    "manifest_version": 3,
    "description": "Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Changes the page font to desired Google Font API face.",
        "default_icon": {
            "19": "icon_toolbar.png",
            "38": "[email protected]"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/www.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com; style-src 'self' https:\/\/fonts.googleapis.com"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}