everything papyrus

replaces the font on every website with Papyrus

O que é everything papyrus?

everything papyrus é uma extensão do Chrome desenvolvida por eugene kudashev, e sua principal característica é "replaces the font on every website with Papyrus".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão everything papyrus

Baixe arquivos de extensão everything papyrus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome everything papyrus everything papyrus
ID mdpppmhegkjgbeoipbemekabadifggie
URL Oficial https://chrome.google.com/webstore/detail/everything-papyrus/mdpppmhegkjgbeoipbemekabadifggie
Descrição replaces the font on every website with Papyrus
Tamanho do Arquivo 24.95 KB
Contagem de Instalações 122
Versão Atual 0.1.1
Última Atualização 2020-02-28
Data de Publicação 2020-02-28
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor eugene kudashev
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}