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"
    }
}