Fontbrewery

Fontbrewery это расширение, позволяющее заменить базовые шрифты на сайте https://homebrewery.naturalcrit.com

Qu'est-ce que Fontbrewery ?

Fontbrewery est une extension Chrome développée par https://longstoryshort.app, et sa fonction principale est "Fontbrewery это расширение, позволяющее заменить базовые шрифты на сайте https://homebrewery.naturalcrit.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fontbrewery

Téléchargez les fichiers d'extension Fontbrewery 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

                        Базовые шрифты Homebrewery не поддерживают кириллицу, из-за чего документы на русском языке выглядят, мягко говоря, не очень. Данный инструмент позволяет менять шрифты заголовков и текста наиболее простым и понятным способом без необходимости знания css.                    

Informations de Base sur l'Extension

Nom Fontbrewery Fontbrewery
ID ppbfodpmcdkppemmgpjdbeofnoacchlp
URL Officiel https://chromewebstore.google.com/detail/fontbrewery/ppbfodpmcdkppemmgpjdbeofnoacchlp
Description Fontbrewery это расширение, позволяющее заменить базовые шрифты на сайте https://homebrewery.naturalcrit.com
Taille du Fichier 529 KB
Nombre d'Installations 731
Version Actuelle 1.1
Dernière Mise à Jour 2021-06-12
Date de Publication 2021-04-06
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://longstoryshort.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://longstoryshort.app
Langues Prises en Charge ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fontbrewery",
    "version": "1.1",
    "description": "Fontbrewery \u044d\u0442\u043e \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0435\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0431\u0430\u0437\u043e\u0432\u044b\u0435 \u0448\u0440\u0438\u0444\u0442\u044b \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 https:\/\/homebrewery.naturalcrit.com",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-small.png",
            "32": "images\/icon-small.png",
            "48": "images\/icon-small.png",
            "128": "images\/icon-small.png"
        }
    },
    "icons": {
        "16": "images\/icon-small.png",
        "32": "images\/icon-small.png",
        "48": "images\/icon-small.png",
        "128": "images\/icon-small.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*\/*.otf",
                "fonts\/*\/*.ttf"
            ],
            "matches": [
                "https:\/\/homebrewery.naturalcrit.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}