The Fantastic Comic Sans MS Browser

Rot your browser with the Fantastic Comic Sans MS !

什麼是The Fantastic Comic Sans MS Browser?

The Fantastic Comic Sans MS Browser是由Yannick.Armspach開發的Chrome擴展程式,該擴展的主要功能是“Rot your browser with the Fantastic Comic Sans MS !”。

擴展截圖

screenshot

下載The Fantastic Comic Sans MS Browser擴展crx文件

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

擴展使用說明

                        All the internet with the Fantastic Comic Sans MS font !                    

擴展基本資訊

名稱 The Fantastic Comic Sans MS Browser The Fantastic Comic Sans MS Browser
ID ackdmccmionjeacpmbhkgkbkcfipenpn
官方網址 https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn
簡介 Rot your browser with the Fantastic Comic Sans MS !
檔案大小 130 KB
安裝次數 201
目前版本 1.0.0
更新時間 2012-12-12
上架時間 2012-12-12
評分 4.27/5 共 22 次評分
開發者 Yannick.Armspach
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Fantastic Comic Sans MS Browser",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Rot your browser with the Fantastic Comic Sans MS !",
    "homepage_url": "http:\/\/the-fantastic-comic-sans-ms-browser.y-visuel.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}