Comic Fireball

Read Daring Fireball in Comic Sans and Marker Felt

Wat is Comic Fireball?

Comic Fireball is een Chrome-extensie ontwikkeld door https://www.codingrobots.com, en de belangrijkste functie is "Read Daring Fireball in Comic Sans and Marker Felt".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Comic Fireball

Download Comic Fireball-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Comic Fireball Comic Fireball
ID mppmjcponahhpooopjoiaaameifaigcm
Officiële URL https://chromewebstore.google.com/detail/comic-fireball/mppmjcponahhpooopjoiaaameifaigcm
Beschrijving Read Daring Fireball in Comic Sans and Marker Felt
Bestandsgrootte 10.9 KB
Aantal Installaties 16
Huidige Versie 1.0
Laatst Bijgewerkt 2013-06-15
Publicatiedatum 2013-06-15
Beoordeling 5.00/5 Totaal 12 Beoordelingen
Ontwikkelaar https://www.codingrobots.com
Betalingswijze free
Extensiewebsite http://www.codingrobots.com/
Ondersteunde Talen 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"
}