Comic Sans-ifer 3000

Changes everything to Comic Sans for no reason

什麼是Comic Sans-ifer 3000?

Comic Sans-ifer 3000是由Clarissa Kleveno開發的Chrome擴展程式,該擴展的主要功能是“Changes everything to Comic Sans for no reason”。

擴展截圖

screenshot
screenshot
screenshot

下載Comic Sans-ifer 3000擴展crx文件

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

擴展使用說明

                        Tired of websites using multiple and confusing fonts? With the Comic Sans-ifer 3000 you can finally browse the web all with one unified font! Google, Facebook, and even email will all be written in the beautiful and poetic font of Comic Sans. Great of easy reading, or just to mess with your friends!                    

擴展基本資訊

名稱 Comic Sans-ifer 3000 Comic Sans-ifer 3000
ID ijajmibgdlfdoadimfhindodmnkdhmcp
官方網址 https://chromewebstore.google.com/detail/comic-sans-ifer-3000/ijajmibgdlfdoadimfhindodmnkdhmcp
簡介 Changes everything to Comic Sans for no reason
檔案大小 24.35 KB
安裝次數 35
目前版本 0.1.0
更新時間 2017-03-04
上架時間 2017-03-04
評分 5.00/5 共 4 次評分
開發者 Clarissa Kleveno
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sans-ifer 3000",
    "version": "0.1.0",
    "description": "Changes everything to Comic Sans for no reason",
    "browser_action": {
        "default_icon": "icon-32.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "",
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}