Twitter.com Optimized for Chrome
Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater
Twitter.com Optimized for Chrome là gì?
Twitter.com Optimized for Chrome là một tiện ích mở rộng Chrome được phát triển bởi ReyHaynes, và tính năng chính của nó là "Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater".
Ả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.com Optimized for Chrome
Tải xuống các tệp mở rộng Twitter.com Optimized for Chrome 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
Notice slow scrolling and bad performance while using Twitter.com? Yea, me too...and it got to a point where I just wanted to fix it... ...download this Extension for better performance!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter.com Optimized for Chrome |
ID | pcjdkchmolbfddhnadplafncfeccjehi |
URL Chính Thức | https://chromewebstore.google.com/detail/twittercom-optimized-for/pcjdkchmolbfddhnadplafncfeccjehi |
Mô tả | Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater |
Kích Thước Tệp | 7.89 KB |
Số Lần Cài Đặt | 757 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-09-05 |
Ngày Phát Hành | 2013-09-05 |
Đánh Giá | 4.83/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | ReyHaynes |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://twitter.com/ReyHaynes |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter.com Optimized for Chrome", "version": "1.0", "manifest_version": 2, "description": "Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon-128.png" }, "page_action": { "default_icon": "icon-128.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "please-optimize.js" ], "run_at": "document_end" } ] } |