Worthwhile: New Tab Life Countdown Clock
Replace new tab page with a life countdown clock featuring weather, inspiration, and weather-based dynamic backgrounds.
Worthwhile: New Tab Life Countdown Clock là gì?
Worthwhile: New Tab Life Countdown Clock là một tiện ích mở rộng Chrome được phát triển bởi Kevin Thomas Chen, và tính năng chính của nó là "Replace new tab page with a life countdown clock featuring weather, inspiration, and weather-based dynamic backgrounds.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Worthwhile: New Tab Life Countdown Clock
Tải xuống các tệp mở rộng Worthwhile: New Tab Life Countdown Clock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Use the internet with more intention and experience a beautiful new tab page with Life Countdown Clock, Dynamic Weather Backgrounds, and Daily Mantras. New Tab page gives you a beautifully designed reminder on the shortness of life with a Life Countdown clock. The Weather function displays live weather information. Beautiful backgrounds will dynamically change based on the weather and time of set location. • Life Countdown Clock • Motivational Mantras • Dynamic Weather Backgrounds ABOUT PERMISSIONS We do NOT collect any personal information or data stored within the extension. New Tab Permissions: Replaces the page that you see when opening a new tab this is required for the New Tab feature to work. Your personal information and data does NOT leave your computer and is used only to improve performance/stability of the extension. HELP & FEEDBACK Leave a comment or use our feedback form & help develop the best dashboard app in store.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Worthwhile: New Tab Life Countdown Clock |
ID | pnjehpcmdaihialankohbnmpdgaeedoj |
URL Chính Thức | https://chromewebstore.google.com/detail/worthwhile-new-tab-life-c/pnjehpcmdaihialankohbnmpdgaeedoj |
Mô tả | Replace new tab page with a life countdown clock featuring weather, inspiration, and weather-based dynamic backgrounds. |
Kích Thước Tệp | 22.41 MB |
Số Lần Cài Đặt | 89 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-01-19 |
Ngày Phát Hành | 2021-01-18 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Kevin Thomas Chen |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://forms.gle/5Nak32ncEqTRhvMSA |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'sha256-ARtFwyft8WzhMJQ1P5aoz+R9PhqtRFzHzMPUpTGbSqc='; object-src 'self'", "name": "Worthwhile: New Tab Life Countdown Clock", "description": "Replace new tab page with a life countdown clock featuring weather, inspiration, and weather-based dynamic backgrounds.", "version": "1.0.0", "icons": { "16": ".\/images\/worthwhile-logo-16.png", "32": ".\/images\/worthwhile-logo-32.png", "48": ".\/images\/worthwhile-logo-48.png", "128": ".\/images\/worthwhile-logo-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": ".\/images\/worthwhile-logo-16.png", "32": ".\/images\/worthwhile-logo-32.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false } } |