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.

Was ist Google Font Previewer for Chrome?

Google Font Previewer for Chrome ist eine Chrome-Erweiterung, die von Pamela Fox entwickelt wurde, und ihr Hauptmerkmal ist "Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.".

Erweiterungsscreenshots

screenshot
screenshot

Google Font Previewer for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Font Previewer for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Font Previewer for Chrome Google Font Previewer for Chrome
ID engndlnldodigdjamndkplafgmkkencc
Offizielle URL https://chromewebstore.google.com/detail/google-font-previewer-for/engndlnldodigdjamndkplafgmkkencc
Beschreibung Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.
Dateigröße 45.88 KB
Installationsanzahl 41,463
Aktuelle Version 3.0.0
Letztes Update 2022-07-04
Veröffentlichungsdatum 2016-05-06
Bewertung 4.20/5 Insgesamt 265 Bewertungen
Entwickler Pamela Fox
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/pamelafox/font-previewer-extension
Hilfeseite URL https://github.com/pamelafox/font-previewer-extension/issues
Unterstützte Sprachen 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"
    }
}