twitter Beautify
Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View
twitter Beautify là gì?
twitter Beautify là một tiện ích mở rộng Chrome được phát triển bởi Mayur Kataria, và tính năng chính của nó là "Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View".
Ả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 twitter Beautify
Tải xuống các tệp mở rộng twitter Beautify 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
Getting bored of the old classical layout? Tired of scrolling? Looking for more efficient way to handle Twitter.com ? Try this extension... If you are using Big monitor then you might have noticed that tweets are coming in center of the screen, the other part of your screen is totally Empty. So, I tried to modify the look & put it as cards for more efficient handling Like Google now, Pinterest etc... Request:If UI looks broken, reload the page. Disclaimer:This extension does not change any privacy setting or collect any data from your browser.This extension does only CSS changes using JS. Happy Tweeting ... Tell your Friends if you like it.Tell me if you don't.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ocolllomoeioklpbmfgmppglpajdemhl |
URL Chính Thức | https://chrome.google.com/webstore/detail/twitter-beautify/ocolllomoeioklpbmfgmppglpajdemhl |
Mô tả | Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View |
Kích Thước Tệp | 192 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2013-11-30 |
Ngày Phát Hành | 2013-11-30 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Mayur Kataria |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "twitter Beautify", "version": "1.3", "manifest_version": 2, "description": "Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ], "js": [ "jquery.js", "content.js" ] } ] } |