Fix Twitter
Swaps right and left columns over so tweets are on the left /by @andydavies
Fix Twitter là gì?
Fix Twitter là một tiện ích mở rộng Chrome được phát triển bởi Andy Davies, và tính năng chính của nó là "Swaps right and left columns over so tweets are on the left /by @andydavies".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fix Twitter
Tải xuống các tệp mở rộng Fix Twitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lbjeicfjnfmkfdhhlggjpggpbeackiid |
URL Chính Thức | https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid |
Mô tả | Swaps right and left columns over so tweets are on the left /by @andydavies |
Kích Thước Tệp | 4.39 KB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 0.32 |
Cập Nhật Lần Cuối | 2012-09-30 |
Ngày Phát Hành | 2012-09-30 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Andy Davies |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://twitter.com/andydavies |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |