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)
电子邮箱 [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"
    }
}