everything papyrus

replaces the font on every website with Papyrus

Apa itu everything papyrus?

everything papyrus adalah ekstensi Chrome yang dikembangkan oleh eugene kudashev, dan fitur utamanya adalah "replaces the font on every website with Papyrus".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi everything papyrus

Unduh file ekstensi everything papyrus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama everything papyrus everything papyrus
ID mdpppmhegkjgbeoipbemekabadifggie
URL Resmi https://chrome.google.com/webstore/detail/everything-papyrus/mdpppmhegkjgbeoipbemekabadifggie
Deskripsi replaces the font on every website with Papyrus
Ukuran File 24.95 KB
Jumlah Instalasi 122
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2020-02-28
Tanggal Publikasi 2020-02-28
Penilaian 5.00/5 Total 4 Penilaian
Pengembang eugene kudashev
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}