TimeCloud
Minimalistic Time Manager
TimeCloud란 무엇입니까?
TimeCloud은(는) TimeCloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minimalistic Time Manager"입니다.
확장 프로그램 스크린샷
TimeCloud 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TimeCloud is an easy-to-use all-in-one time keeping extension for your browser. There are mainly four features: An alarm, a stopwatch, a timer, and a to-do list(tasks). The alarm feature helps you to set an alarm for a specified time. The alarm will notify you through a sound alert and a notification. The stopwatch feature helps you to use a stopwatch. This stopwatch even runs in the background and can be paused, played and reset. The timer feature helps you to set a timer for a specific amount of time. When the time is up, you will be notified through a notification. This also runs in the background. Lastly, we have the To-do list, where you can add, delete and check tasks. These tasks are stored even when chrome is shut down. creators: Aaryan Mohta and Namra Shah. If any bugs / glitches/ suggestions/queries, contact - [email protected]
확장 프로그램 기본 정보
이름 | TimeCloud |
ID | mdfdnnffbjccpfopihhjnplnmedjgedd |
공식 URL | https://chromewebstore.google.com/detail/timecloud/mdfdnnffbjccpfopihhjnplnmedjgedd |
설명 | Minimalistic Time Manager |
파일 크기 | 223 KB |
설치 횟수 | 98 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-06-17 |
출시 날짜 | 2021-06-17 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | TimeCloud |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TimeCloud", "description": "Minimalistic Time Manager", "version": "1.0.0", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "notifications" ] } |