Fix Twitter
Swaps right and left columns over so tweets are on the left /by @andydavies
Fix Twitterとは何ですか?
Fix TwitterはAndy Daviesによって開発されたChromeの拡張機能で、その主な機能は「Swaps right and left columns over so tweets are on the left /by @andydavies」です。
拡張機能のスクリーンショット
Fix Twitter拡張機能のCRXファイルをダウンロード
Fix Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Swaps the left and right columns in Twitter so tweets appear in the lefthand column 2012-09-30 - Corrected header alignment on new profile page 2012-09-14 - Updated to fix issue with profile pages
拡張機能の基本情報
名前 | |
ID | lbjeicfjnfmkfdhhlggjpggpbeackiid |
公式URL | https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid |
説明 | Swaps right and left columns over so tweets are on the left /by @andydavies |
ファイルサイズ | 4.39 KB |
インストール数 | 94 |
現在のバージョン | 0.32 |
最終更新日 | 2012-09-30 |
公開日 | 2012-09-30 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Andy Davies |
支払い方法 | free |
ヘルプページのURL | https://twitter.com/andydavies |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix Twitter", "version": "0.32", "description": "Swaps right and left columns over so tweets are on the left \/by @andydavies", "icons": { "128": "fixtwitter.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "fixtwitter.css" ] } ] } |