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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } ] } |