everything papyrus

replaces the font on every website with Papyrus

What is everything papyrus?

everything papyrus is a Chrome extension developed by eugene kudashev, and its main feature is "replaces the font on every website with Papyrus".

Extension Screenshots

screenshot
screenshot

Download everything papyrus Extension CRX File

Download everything papyrus 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

                        very predictably, this extension changes the font on every website to Papyrus                    

Extension Basic Information

Name everything papyrus everything papyrus
ID mdpppmhegkjgbeoipbemekabadifggie
Official URL https://chrome.google.com/webstore/detail/everything-papyrus/mdpppmhegkjgbeoipbemekabadifggie
Description replaces the font on every website with Papyrus
File Size 24.95 KB
Installation Count 122
Current Version 0.1.1
Last Updated 2020-02-28
Publish Date 2020-02-28
Rating 5.00/5 Total 4 Ratings
Developer eugene kudashev
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "everything papyrus",
    "version": "0.1.1",
    "description": "replaces the font on every website with Papyrus",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    }
}