Twitter Font Fix
Makes the font size same for all tweets on the new Twitter profile pages.
Twitter Font Fixとは何ですか?
Twitter Font Fixはhttps://klivk.comによって開発されたChromeの拡張機能で、その主な機能は「Makes the font size same for all tweets on the new Twitter profile pages.」です。
拡張機能のスクリーンショット
Twitter Font Fix拡張機能のCRXファイルをダウンロード
Twitter Font Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pure CSS.
Normalizes font sizes for all tweets in a Twitter profile page.
Avoid headaches while reading timelines.
Does not mess with your data on Twitter.
Full source code of this extension is available at GitHub.
https://github.com/serd/twitter-font-fix 拡張機能の基本情報
| 名前 | |
| ID | lnddiegkdhlfgpmfbjffeegbkkomaebn |
| 公式URL | https://chromewebstore.google.com/detail/twitter-font-fix/lnddiegkdhlfgpmfbjffeegbkkomaebn |
| 説明 | Makes the font size same for all tweets on the new Twitter profile pages. |
| ファイルサイズ | 5.93 KB |
| インストール数 | 172 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2016-03-10 |
| 公開日 | 2016-03-10 |
| 評価 | 4.33/5 合計 6 レビュー |
| 開発者 | https://klivk.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://serdar.work/chrome-extensions/privacy-policy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.0.1",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"icons": {
"128": "icon128.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"*:\/\/*.twitter.com\/*"
],
"css": [
"mystyles.css"
]
}
],
"homepage_url": "http:\/\/klivk.com\/twitter-font-fix"
} | |