Keep Twitter scroll position
Twitter annoyingly keeps losing your scroll position when browsing reply threads. This extension fixes that.
Keep Twitter scroll position là gì?
Keep Twitter scroll position là một tiện ích mở rộng Chrome được phát triển bởi Anirudh, và tính năng chính của nó là "Twitter annoyingly keeps losing your scroll position when browsing reply threads. This extension fixes that.".
Ả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 Keep Twitter scroll position
Tải xuống các tệp mở rộng Keep Twitter scroll position 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
When you're browsing the replies, and replies-to-replies, of a popular tweet, you may be surprised to see that hitting the back button from a 'replies-to-replies' thread puts you back at the start of the original reply thread, instead of at the position you last were. You now have to scroll down (sometimes a long way down) to continue your reading of the original tweet's replies. This extension fixes the user experience by auto-scrolling to your last position in the reply thread, and highlighting the tweet you last read. This extension is open-source. The source code is here: https://github.com/ackinc/keep-twitter-scroll-position
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Keep Twitter scroll position |
ID | ohikllclmilbneljmbnkikjciogdhgfo |
URL Chính Thức | https://chromewebstore.google.com/detail/keep-twitter-scroll-posit/ohikllclmilbneljmbnkikjciogdhgfo |
Mô tả | Twitter annoyingly keeps losing your scroll position when browsing reply threads. This extension fixes that. |
Kích Thước Tệp | 3 MB |
Số Lần Cài Đặt | 322 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2024-01-13 |
Ngày Phát Hành | 2023-12-02 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Anirudh |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ackinc/keep-twitter-scroll-position |
URL Trang Trợ Giúp | https://github.com/ackinc/keep-twitter-scroll-position/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Keep Twitter scroll position", "description": "Twitter annoyingly keeps losing your scroll position when browsing reply threads. This extension fixes that.", "version": "1.2", "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |