Screentime
To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames
Screentime란 무엇입니까?
Screentime은(는) Femi Oladeji에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames"입니다.
확장 프로그램 스크린샷
Screentime 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension allows you to control how much time you spend on popular social media sites and entertainment sites. You can specify how many minutes in a day you want to use on each site and once you've gotten to the limit, you won't be able to access the site. Time frames can be specified for when you want the sites to be inaccessible for each day of the week. You can also add or remove sites.
확장 프로그램 기본 정보
이름 | Screentime |
ID | ofmanejijbcohgebmdfacglmhemiifca |
공식 URL | https://chromewebstore.google.com/detail/screentime/ofmanejijbcohgebmdfacglmhemiifca |
설명 | To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames |
파일 크기 | 1.62 MB |
설치 횟수 | 20,000 |
현재 버전 | 5.0.8 |
최근 업데이트 | 2023-12-11 |
출시 날짜 | 2020-06-21 |
평점 | 4.07/5 총 44 개의 평점 |
개발자 | Femi Oladeji |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/femioladeji/screentime |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screentime", "description": "To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames", "short_name": "screentime", "version": "5.0.8", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "service_worker": "js\/background\/main.js" }, "permissions": [ "storage", "notifications", "tabs", "alarms" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "index.html", "default_icon": "images\/icon_128.png" } } |