Comic Fireball

Read Daring Fireball in Comic Sans and Marker Felt

什么是Comic Fireball?

Comic Fireball是由https://www.codingrobots.com开发的Chrome扩展程序,该扩展的主要功能是“Read Daring Fireball in Comic Sans and Marker Felt”。

扩展截图

screenshot

下载Comic Fireball扩展crx文件

下载Comic Fireball扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        OMG! Read Daring Fireball (http://daringfireball.net) in Comic Sans and Marker Felt!!! Because it looks BETTER this way.                    

扩展基本信息

名称 Comic Fireball Comic Fireball
ID mppmjcponahhpooopjoiaaameifaigcm
官方URL https://chromewebstore.google.com/detail/comic-fireball/mppmjcponahhpooopjoiaaameifaigcm
简介 Read Daring Fireball in Comic Sans and Marker Felt
文件大小 10.9 KB
安装次数 16
当前版本 1.0
更新时间 2013-06-15
上架时间 2013-06-15
评分 5.00/5 共12次评分
开发者 https://www.codingrobots.com
付费类型 free
扩展官网 http://www.codingrobots.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "comic.css"
            ],
            "matches": [
                "http:\/\/daringfireball.net\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Read Daring Fireball in Comic Sans and Marker Felt",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "name": "Comic Fireball",
    "version": "1.0"
}