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.

Τι είναι το Google Font Previewer for Chrome;

Το Google Font Previewer for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pamela Fox, και η κύρια λειτουργία του είναι "Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Font Previewer for Chrome

Λήψη αρχείων επέκτασης Google Font Previewer for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Font Previewer for Chrome Google Font Previewer for Chrome
ID engndlnldodigdjamndkplafgmkkencc
Επίσημο URL https://chromewebstore.google.com/detail/google-font-previewer-for/engndlnldodigdjamndkplafgmkkencc
Περιγραφή Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.
Μέγεθος Αρχείου 45.88 KB
Αριθμός Εγκαταστάσεων 41,463
Τρέχουσα Έκδοση 3.0.0
Τελευταία Ενημέρωση 2022-07-04
Ημερομηνία Δημοσίευσης 2016-05-06
Αξιολόγηση 4.20/5 Συνολικά 265 Αξιολογήσεις
Προγραμματιστής Pamela Fox
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/pamelafox/font-previewer-extension
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/pamelafox/font-previewer-extension/issues
Υποστηριζόμενες Γλώσσες 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"
    }
}