Countdown
“If you live each day as if it were your last, someday you’ll most certainly be right.”
Countdown là gì?
Countdown là một tiện ích mở rộng Chrome được phát triển bởi Alan Chen, và tính năng chính của nó là "“If you live each day as if it were your last, someday you’ll most certainly be right.”".
Ả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 Countdown
Tải xuống các tệp mở rộng Countdown 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
Replaces your 'new-tab' page with a real-time counter showing the estimated amount of time you have left along with up to three ambitions you specify. You are running out of time, get back to your passion. Good Luck. This extension was inspired by the extensions "Mortality" and "Motivation". I have built upon their original ideas and concepts. Thank you to Awesome Fonts for providing the icons.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Countdown |
ID | apbkdgmhabdmfejpgdchfehbahppmbde |
URL Chính Thức | https://chromewebstore.google.com/detail/countdown/apbkdgmhabdmfejpgdchfehbahppmbde |
Mô tả | “If you live each day as if it were your last, someday you’ll most certainly be right.” |
Kích Thước Tệp | 607 KB |
Số Lần Cài Đặt | 384 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-09-19 |
Ngày Phát Hành | 2016-09-19 |
Đánh Giá | 3.70/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Alan Chen |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "description": "\u201cIf you live each day as if it were your last, someday you\u2019ll most certainly be right.\u201d", "version": "1.1", "incognito": "split", "background": { "persistent": false, "scripts": [ "countdown.js" ] }, "permissions": [ "storage" ], "icons": { "128": "assets\/icon-128.png", "48": "assets\/icon-48.png", "16": "assets\/icon-16.png" }, "chrome_url_overrides": { "newtab": "countdown.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |