Finite
Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.
Finiteคืออะไร?
Finite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย YQ42 และคุณลักษณะหลักของมันคือ "Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Finite
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |