Comic Sansifier

This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!

Comic Sansifierとは何ですか?

Comic SansifierはAlfons Nilsson (TC5550)によって開発されたChromeの拡張機能で、その主な機能は「This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Comic Sansifier拡張機能のCRXファイルをダウンロード

Comic Sansifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!                    

拡張機能の基本情報

名前 Comic Sansifier Comic Sansifier
ID agfjaeekoichggmaogclcibjjpdbohgf
公式URL https://chromewebstore.google.com/detail/comic-sansifier/agfjaeekoichggmaogclcibjjpdbohgf
説明 This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!
ファイルサイズ 8.9 KB
インストール数 35
現在のバージョン 0.1
最終更新日 2018-12-21
公開日 2018-12-16
開発者 Alfons Nilsson (TC5550)
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sansifier",
    "version": "0.1",
    "description": "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!",
    "author": "Alfons Nilsson (TC5550)",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}