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