Fontbrewery

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

What is Fontbrewery?

Fontbrewery is a Chrome extension developed by https://longstoryshort.app, and its main feature is "Fontbrewery это расширение, позволяющее заменить базовые шрифты на сайте https://homebrewery.naturalcrit.com".

Extension Screenshots

screenshot

Download Fontbrewery Extension CRX File

Download Fontbrewery extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Fontbrewery Fontbrewery
ID ppbfodpmcdkppemmgpjdbeofnoacchlp
Official URL https://chromewebstore.google.com/detail/fontbrewery/ppbfodpmcdkppemmgpjdbeofnoacchlp
Description Fontbrewery это расширение, позволяющее заменить базовые шрифты на сайте https://homebrewery.naturalcrit.com
File Size 529 KB
Installation Count 731
Current Version 1.1
Last Updated 2021-06-12
Publish Date 2021-04-06
Rating 5.00/5 Total 4 Ratings
Developer https://longstoryshort.app
Email [email protected]
Payment Type free
Extension Website https://longstoryshort.app
Supported Languages 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
}