Keep Twitter scroll position

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

Qu'est-ce que Keep Twitter scroll position ?

Keep Twitter scroll position est une extension Chrome développée par Anirudh, et sa fonction principale est "Twitter annoyingly keeps losing your scroll position when browsing reply threads. This extension fixes that.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Keep Twitter scroll position

Téléchargez les fichiers d'extension Keep Twitter scroll position au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Keep Twitter scroll position Keep Twitter scroll position
ID ohikllclmilbneljmbnkikjciogdhgfo
URL Officiel https://chromewebstore.google.com/detail/keep-twitter-scroll-posit/ohikllclmilbneljmbnkikjciogdhgfo
Description Twitter annoyingly keeps losing your scroll position when browsing reply threads. This extension fixes that.
Taille du Fichier 3 MB
Nombre d'Installations 322
Version Actuelle 1.2
Dernière Mise à Jour 2024-01-13
Date de Publication 2023-12-02
Évaluation 5.00/5 Total 5 Évaluations
Développeur Anirudh
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ackinc/keep-twitter-scroll-position
URL de la Page d'Aide https://github.com/ackinc/keep-twitter-scroll-position/issues
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}