Keep Twitter scroll position
Twitter annoyingly keeps losing your scroll position when browsing reply threads. This extension fixes that.
Wat is Keep Twitter scroll position?
Keep Twitter scroll position is een Chrome-extensie ontwikkeld door Anirudh, en de belangrijkste functie is "Twitter annoyingly keeps losing your scroll position when browsing reply threads. This extension fixes that.".
Extensie Screenshots
Download het CRX-bestand van de extensie Keep Twitter scroll position
Download Keep Twitter scroll position-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Keep Twitter scroll position |
ID | ohikllclmilbneljmbnkikjciogdhgfo |
Officiële URL | https://chromewebstore.google.com/detail/keep-twitter-scroll-posit/ohikllclmilbneljmbnkikjciogdhgfo |
Beschrijving | Twitter annoyingly keeps losing your scroll position when browsing reply threads. This extension fixes that. |
Bestandsgrootte | 3 MB |
Aantal Installaties | 322 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2024-01-13 |
Publicatiedatum | 2023-12-02 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Anirudh |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ackinc/keep-twitter-scroll-position |
Help Pagina-URL | https://github.com/ackinc/keep-twitter-scroll-position/issues |
Ondersteunde Talen | 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\/*" ] } ] } |