Comic Sans Twitter
Show all tweets in Comic Sans font
什麼是Comic Sans Twitter?
Comic Sans Twitter是由katystreet開發的Chrome擴展程式,該擴展的主要功能是“Show all tweets in Comic Sans font”。
擴展截圖
下載Comic Sans Twitter擴展crx文件
下載Comic Sans Twitter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Make all your tweets Comic Sans. 擴展基本資訊
| 名稱 | |
| ID | hamipdmocohimjhohllchgclheibnkfn |
| 官方網址 | https://chrome.google.com/webstore/detail/comic-sans-twitter/hamipdmocohimjhohllchgclheibnkfn |
| 簡介 | Show all tweets in Comic Sans font |
| 檔案大小 | 134 KB |
| 安裝次數 | 19 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2018-12-17 |
| 上架時間 | 2018-12-17 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | katystreet |
| 付費類型 | free |
| 擴展官網 | http://www.katygero.com |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Comic Sans Twitter",
"version": "0.0.2",
"description": "Show all tweets in Comic Sans font",
"permissions": [
"*:\/\/*.twitter.com\/*"
],
"icons": {
"16": "images\/noun_turtle_transparent_cropped_16.png",
"32": "images\/noun_turtle_transparent_cropped_32.png",
"48": "images\/noun_turtle_transparent_cropped_48.png",
"128": "images\/noun_turtle_transparent_cropped_128.png"
},
"browser_action": {
"default_icon": "images\/noun_turtle_transparent_cropped_32.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.twitter.com\/*"
],
"css": [
"styles.css"
],
"js": [
"main.js"
],
"run_at": "document_end"
}
],
"manifest_version": 2
} | |