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」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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"
} | |