Keep Twitter scroll position

Twitter annoyingly keeps losing your scroll position when browsing reply threads. This extension fixes that.

什么是Keep Twitter scroll position?

Keep Twitter scroll position是由Anirudh开发的Chrome扩展程序,该扩展的主要功能是“Twitter annoyingly keeps losing your scroll position when browsing reply threads. This extension fixes that.”。

扩展截图

screenshot

下载Keep Twitter scroll position扩展crx文件

下载Keep Twitter scroll position扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Keep Twitter scroll position Keep Twitter scroll position
ID ohikllclmilbneljmbnkikjciogdhgfo
官方URL https://chromewebstore.google.com/detail/keep-twitter-scroll-posit/ohikllclmilbneljmbnkikjciogdhgfo
简介 Twitter annoyingly keeps losing your scroll position when browsing reply threads. This extension fixes that.
文件大小 3 MB
安装次数 322
当前版本 1.2
更新时间 2024-01-13
上架时间 2023-12-02
评分 5.00/5 共5次评分
开发者 Anirudh
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ackinc/keep-twitter-scroll-position
帮助页面URL https://github.com/ackinc/keep-twitter-scroll-position/issues
支持的语言 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\/*"
            ]
        }
    ]
}