Comic-Sansify

Makes all text comic sans

什麼是Comic-Sansify?

Comic-Sansify是由J開發的Chrome擴展程式,該擴展的主要功能是“Makes all text comic sans”。

擴展截圖

screenshot

下載Comic-Sansify擴展crx文件

下載Comic-Sansify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Have you ever wanted all the text on your screen to be in Comic Sans MS? Alternatively, has someone you know accidentally left their computer open? Install this extension to change all font on all web pages to Comic Sans MS! (May be helpful to turn off the icon if it's on a friends computer).                    

擴展基本資訊

名稱 Comic-Sansify Comic-Sansify
ID ddkjmidefllejkhcilononfkalmbijnk
官方網址 https://chromewebstore.google.com/detail/comic-sansify/ddkjmidefllejkhcilononfkalmbijnk
簡介 Makes all text comic sans
檔案大小 3.03 KB
安裝次數 120
目前版本 1.0
更新時間 2014-12-05
上架時間 2014-12-05
評分 5.00/5 共 9 次評分
開發者 J
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic-Sansify",
    "version": "1.0",
    "description": "Makes all text comic sans",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "sheet.css"
            ]
        }
    ]
}