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
官方網址 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"
    }
}