ShowTime
Extension to show the current time and date
ShowTime là gì?
ShowTime là một tiện ích mở rộng Chrome được phát triển bởi prateek.mehta, và tính năng chính của nó là "Extension to show the current time and date".
Ả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 ShowTime
Tải xuống các tệp mở rộng ShowTime 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 ShowTime extension to see the current time and date - This extension demonstrates the use of the Browser-Action component provided by the Google Chrome Extensions framework - It is a demo extension from the book Creating Google Chrome Extensions (Apress, 2016)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ShowTime |
ID | fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
URL Chính Thức | https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
Mô tả | Extension to show the current time and date |
Kích Thước Tệp | 14.5 KB |
Số Lần Cài Đặt | 215 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2016-03-24 |
Ngày Phát Hành | 2016-03-23 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | prateek.mehta |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://pixdip.com/extensions |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShowTime", "description": "Extension to show the current time and date", "version": "1.2", "browser_action": { "default_title": "ShowTime", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |