Finite
Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.
Finiteとは何ですか?
FiniteはYQ42によって開発されたChromeの拡張機能で、その主な機能は「Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.」です。
拡張機能のスクリーンショット
Finite拡張機能のCRXファイルをダウンロード
Finite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Finite adds a number for each post to your infinite timeline, so you'll know the amount of information you've consumed or the amount of doom scrolling is done. You already know how many people you followed, now you'll know how many posts there are on your timeline with Finite. You can also give yourself breaks to read 10 tweets or browse 20 posts, and then get back to work.
拡張機能の基本情報
名前 | Finite |
ID | kidobhmjkffpcgdkhciodmkhbhbbdboe |
公式URL | https://chromewebstore.google.com/detail/finite/kidobhmjkffpcgdkhciodmkhbhbbdboe |
説明 | Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done. |
ファイルサイズ | 103 KB |
インストール数 | 68 |
現在のバージョン | 0.3.3 |
最終更新日 | 2024-01-23 |
公開日 | 2023-11-15 |
開発者 | YQ42 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/yuqiu42/extension-privacy-policy/blob/master/README.md |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Finite", "version": "0.3.3", "description": "Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.", "content_scripts": [ { "js": [ "setUpFiniteTimeline.js" ], "run_at": "document_end", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |