TimeTab
A simple Chrome extension that displays the time, and/or the time of multiple zones, whenever a new tab is opened.
TimeTab là gì?
TimeTab là một tiện ích mở rộng Chrome được phát triển bởi Joshua Britt, và tính năng chính của nó là "A simple Chrome extension that displays the time, and/or the time of multiple zones, whenever a new tab is opened.".
Ả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 TimeTab
Tải xuống các tệp mở rộng TimeTab 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
Please note, this is an ongoing side project and that I plan to add even more features when I can get to them. Feedback, recommendations, and reporting bugs via reviews/support is always welcome & appreciated. Otherwise, enjoy! - Display multiple clocks - Minimal and clean design - Show or hide custom labels - Light and dark mode support - Choose 12 or 24 hour format - Instant and runs offline - No additional site access
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dhjhmlhiaaepcekkmjpfcklcfiaepkof |
URL Chính Thức | https://chrome.google.com/webstore/detail/timetab/dhjhmlhiaaepcekkmjpfcklcfiaepkof |
Mô tả | A simple Chrome extension that displays the time, and/or the time of multiple zones, whenever a new tab is opened. |
Kích Thước Tệp | 32.11 KB |
Số Lần Cài Đặt | 90 |
Phiên Bản Hiện Tại | 3.2 |
Cập Nhật Lần Cuối | 2020-02-25 |
Ngày Phát Hành | 2020-02-25 |
Nhà Phát Triển | Joshua Britt |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/MEDIA76/timetab |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TimeTab", "version": "3.2", "description": "A simple Chrome extension that displays the time, and\/or the time of multiple zones, whenever a new tab is opened.", "author": "Joshua Britt", "homepage_url": "https:\/\/github.com\/MEDIA76\/timetab", "permissions": [ "storage" ], "icons": { "16": "icons\/light\/16.png", "48": "icons\/light\/48.png", "128": "icons\/light\/128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "38": "icons\/light\/38.png" }, "default_title": "New Tab" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "offline_enabled": true, "manifest_version": 2 } |