timetab

Timetab is a beautiful new tab page that helps you stay on top of your schedule and life.

timetab란 무엇입니까?

timetab은(는) https://poinglabs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Timetab is a beautiful new tab page that helps you stay on top of your schedule and life."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

timetab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Features:

- Displays for the current time, sunrise, sunset, and moon phase, allowing you to stay in tune with natural rhythms.

 - Quick timer creation, so you can stay on top of deadlines and focus time.

 - Enjoy dynamic backgrounds that adapt to your selected theme and time of day.

- View your day in 10 minutes blocks. How many blocks are left in the day to stay on track with your daily habits?

- Plan your trips and vacations with a full view of the upcoming months. Customize the number of months you want to see and add custom holidays or vacation days.

- Upcoming holiday. Stay informed about upcoming holidays and plan your events accordingly

- Year progress. Time flies, and the year passes quickly. Stay in sync with your mid-term goals.

- Your life calendar. Create your own life calendar, review it from time to time, and motivate yourself to start pursuing your life goals today.

 - Change the language or theme of your timetab, import your country's holidays, or collaborate with a donation. Availability in English, Spanish, and German, making it accessible to users around the world.                    

확장 프로그램 기본 정보

이름 timetab timetab
ID liobdfgkcgpgfeoemlcoelichpjpbkhe
공식 URL https://chromewebstore.google.com/detail/timetab/liobdfgkcgpgfeoemlcoelichpjpbkhe
설명 Timetab is a beautiful new tab page that helps you stay on top of your schedule and life.
파일 크기 3.06 MB
설치 횟수 46
현재 버전 1.1.0
최근 업데이트 2023-04-20
출시 날짜 2021-03-28
평점 5.00/5 총 4 개의 평점
개발자 https://poinglabs.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://timetab.poinglabs.com
지원되는 언어 de,en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "timetab",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": {
            "16": "timetab16.png",
            "32": "timetab32.png",
            "48": "timetab48.png",
            "128": "timetab128.png"
        }
    },
    "icons": {
        "16": "timetab16.png",
        "32": "timetab32.png",
        "48": "timetab48.png",
        "128": "timetab128.png"
    },
    "background": {
        "service_worker": "service_workers.js"
    },
    "permissions": [
        "geolocation"
    ]
}