Papyrus Font Replacer

Replace Papyrus font on all websites with Roboto

Vad är Papyrus Font Replacer?

Papyrus Font Replacer är en Chrome-tillägg utvecklad av Casey Knauss, och dess huvudfunktion är "Replace Papyrus font on all websites with Roboto".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Papyrus Font Replacer-förlängningens CRX-fil

Ladda ner Papyrus Font Replacer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Papyrus Font Replacer Papyrus Font Replacer
ID nakjjbpkliknmckpioejkhiacjkohijh
Officiell webbadress https://chromewebstore.google.com/detail/papyrus-font-replacer/nakjjbpkliknmckpioejkhiacjkohijh
Beskrivning Replace Papyrus font on all websites with Roboto
Filstorlek 5.69 KB
Antal Installationer 64
Aktuell Version 1.1
Senast Uppdaterad 2023-08-25
Publiceringsdatum 2018-02-23
Betyg 4.43/5 Totalt 7 Betyg
Utvecklare Casey Knauss
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}