Twitter Better
To optimize twitter timeline font
什麼是Twitter Better?
Twitter Better是由robot.z.jiang開發的Chrome擴展程式,該擴展的主要功能是“To optimize twitter timeline font”。
擴展截圖
下載Twitter Better擴展crx文件
下載Twitter Better擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Let Twiiter better!
To change twitter timeline font size and font family, to optimize text style, let timeline looks better.
(Para cambiar timeline de twitter tamaño de la fuente y de la familia de la fuente, para optimizar el estilo de texto, dejar que la línea de tiempo se ve mejor.)
改变twitter主页 timeline 的字体大小和字体名,优先使用思源黑体(Source Han Sans),让 timeline 看上去更耐看,增大字体保护眼睛。:)
改變的Twitter主頁 timeline 的字體大小和字體名,優先使用思源黑體(Source Han Sans),讓時間線看上去更耐看,增大字體保護眼睛。:)
、テキストスタイルを最適化するタイムラインが良く見えるようにする、Twitterのタイムラインのフォントサイズやフォントファミリを変更します。
If you have any questions or suggestion, Please contact me by email: [email protected] or twitter: @outmanone 擴展基本資訊
| 名稱 | |
| ID | gpcmkmkhfmefcppplmmgdecajmomgeib |
| 官方網址 | https://chromewebstore.google.com/detail/twitter-better/gpcmkmkhfmefcppplmmgdecajmomgeib |
| 簡介 | To optimize twitter timeline font |
| 檔案大小 | 45.76 KB |
| 安裝次數 | 41 |
| 目前版本 | 0.0.6 |
| 更新時間 | 2014-08-21 |
| 上架時間 | 2014-08-21 |
| 評分 | 4.13/5 共 8 次評分 |
| 開發者 | robot.z.jiang |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.6",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/twitter16.png",
"128": "images\/twitter128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"css": [
"styles\/twitter_better.css"
],
"js": [
"scripts\/zepto.min.js",
"scripts\/twitter_better.js"
]
}
],
"permissions": [
"tabs",
"https:\/\/twitter.com\/*"
],
"page_action": {
"default_icon": {
"19": "images\/twitter19.png",
"38": "images\/twitter38.png"
},
"default_title": "Twitter Better"
}
} | |