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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitter annoyingly keeps losing your scroll position when browsing reply threads. This extension fixes that."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Keep Twitter scroll position एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}