Papyrus Font Replacer

Replace Papyrus font on all websites with Roboto

Cos'è Papyrus Font Replacer?

Papyrus Font Replacer è un'estensione di Chrome sviluppata da Casey Knauss, e la sua funzione principale è "Replace Papyrus font on all websites with Roboto".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Papyrus Font Replacer

Scarica i file di estensione Papyrus Font Replacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Papyrus Font Replacer Papyrus Font Replacer
ID nakjjbpkliknmckpioejkhiacjkohijh
URL Ufficiale https://chromewebstore.google.com/detail/papyrus-font-replacer/nakjjbpkliknmckpioejkhiacjkohijh
Descrizione Replace Papyrus font on all websites with Roboto
Dimensione del File 5.69 KB
Conteggio Installazioni 64
Versione Corrente 1.1
Ultimo Aggiornamento 2023-08-25
Data di Pubblicazione 2018-02-23
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore Casey Knauss
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}