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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |