Full Width Twitter
Change twitter layout to full-width and bold in links
Full Width Twitterとは何ですか?
Full Width Twitterはhttps://www.twisted.czによって開発されたChromeの拡張機能で、その主な機能は「Change twitter layout to full-width and bold in links」です。
拡張機能のスクリーンショット
Full Width Twitter拡張機能のCRXファイルをダウンロード
Full Width Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Change twitter layout to full-width and bold in links
===
no ads, no logins, just profit :)
CHANGELOG
==========
0.5 - twitter changes
0-4 - afect just home screen
0.3 - change styles on other screens
0.2 - bold-in links
0.1 - first prototype 拡張機能の基本情報
| 名前 | |
| ID | lmocojeaajhekebcnifbejlggachgmim |
| 公式URL | https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim |
| 説明 | Change twitter layout to full-width and bold in links |
| ファイルサイズ | 46.64 KB |
| インストール数 | 125 |
| 現在のバージョン | 0.5 |
| 最終更新日 | 2013-06-24 |
| 公開日 | 2013-06-24 |
| 評価 | 4.40/5 合計 10 レビュー |
| 開発者 | https://www.twisted.cz |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Full Width Twitter",
"version": "0.5",
"manifest_version": 2,
"description": "Change twitter layout to full-width and bold in links",
"background": {
"scripts": [
"myjs.js"
]
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"page_action": {
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
},
"default_title": "Full width Twitter"
},
"offline_enabled": true,
"permissions": [
"tabs"
],
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"css": [
"mystyle.css"
]
}
]
} | |