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 |
| 官方網址 | 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"
} | |