Papyrus Font Replacer

Replace Papyrus font on all websites with Roboto

Co to jest Papyrus Font Replacer?

Papyrus Font Replacer to rozszerzenie Chrome opracowane przez Casey Knauss, a jego główną funkcją jest „Replace Papyrus font on all websites with Roboto”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Papyrus Font Replacer

Pobierz pliki rozszerzeń Papyrus Font Replacer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Replaces the Papyrus font with Google's Roboto Font for Easier Readability                    

Podstawowe informacje o rozszerzeniu

Nazwa Papyrus Font Replacer Papyrus Font Replacer
ID nakjjbpkliknmckpioejkhiacjkohijh
Oficjalny URL https://chromewebstore.google.com/detail/papyrus-font-replacer/nakjjbpkliknmckpioejkhiacjkohijh
Opis Replace Papyrus font on all websites with Roboto
Rozmiar pliku 5.69 KB
Liczba instalacji 64
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-08-25
Data Publikacji 2018-02-23
Ocena 4.43/5 Łącznie 7 Oceny
Deweloper Casey Knauss
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "name": "Papyrus Font Replacer",
    "description": "Replace Papyrus font on all websites with Roboto",
    "author": "Casey Knauss",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "userContent.css"
            ]
        }
    ],
    "manifest_version": 2
}