everything papyrus

replaces the font on every website with Papyrus

什么是everything papyrus?

everything papyrus是由eugene kudashev开发的Chrome扩展程序,该扩展的主要功能是“replaces the font on every website with Papyrus”。

扩展截图

screenshot
screenshot

下载everything papyrus扩展crx文件

下载everything papyrus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 everything papyrus everything papyrus
ID mdpppmhegkjgbeoipbemekabadifggie
官方URL https://chrome.google.com/webstore/detail/everything-papyrus/mdpppmhegkjgbeoipbemekabadifggie
简介 replaces the font on every website with Papyrus
文件大小 24.95 KB
安装次数 122
当前版本 0.1.1
更新时间 2020-02-28
上架时间 2020-02-28
评分 5.00/5 共4次评分
开发者 eugene kudashev
付费类型 free
支持的语言 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"
    }
}