Papyrus Font Replacer

Replace Papyrus font on all websites with Roboto

Wat is Papyrus Font Replacer?

Papyrus Font Replacer is een Chrome-extensie ontwikkeld door Casey Knauss, en de belangrijkste functie is "Replace Papyrus font on all websites with Roboto".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Papyrus Font Replacer

Download Papyrus Font Replacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Papyrus Font Replacer Papyrus Font Replacer
ID nakjjbpkliknmckpioejkhiacjkohijh
Officiële URL https://chromewebstore.google.com/detail/papyrus-font-replacer/nakjjbpkliknmckpioejkhiacjkohijh
Beschrijving Replace Papyrus font on all websites with Roboto
Bestandsgrootte 5.69 KB
Aantal Installaties 64
Huidige Versie 1.1
Laatst Bijgewerkt 2023-08-25
Publicatiedatum 2018-02-23
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar Casey Knauss
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}