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.”。
擴展截圖
下載timetab擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | liobdfgkcgpgfeoemlcoelichpjpbkhe |
| 官方網址 | 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"
]
} | |