timetab

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

timetabคืออะไร?

timetab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://poinglabs.com และคุณลักษณะหลักของมันคือ "Timetab is a beautiful new tab page that helps you stay on top of your schedule and life."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย timetab

ดาวน์โหลดไฟล์ส่วนขยาย timetab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}