everything papyrus

replaces the font on every website with Papyrus

Qu'est-ce que everything papyrus ?

everything papyrus est une extension Chrome développée par eugene kudashev, et sa fonction principale est "replaces the font on every website with Papyrus".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension everything papyrus

Téléchargez les fichiers d'extension everything papyrus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom everything papyrus everything papyrus
ID mdpppmhegkjgbeoipbemekabadifggie
URL Officiel https://chrome.google.com/webstore/detail/everything-papyrus/mdpppmhegkjgbeoipbemekabadifggie
Description replaces the font on every website with Papyrus
Taille du Fichier 24.95 KB
Nombre d'Installations 122
Version Actuelle 0.1.1
Dernière Mise à Jour 2020-02-28
Date de Publication 2020-02-28
Évaluation 5.00/5 Total 4 Évaluations
Développeur eugene kudashev
Type de Paiement free
Langues Prises en Charge 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"
    }
}