simpleClock
Shows a simple clock top right in the browser. The color is free selectable.
simpleClock là gì?
simpleClock là một tiện ích mở rộng Chrome được phát triển bởi Stefan Dietz, và tính năng chính của nó là "Shows a simple clock top right in the browser. The color is free selectable.".
Ả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 simpleClock
Tải xuống các tệp mở rộng simpleClock 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
Shows a simple clock top right in the browser. You can choose between the mini-calendar and a URL that will open, when you click onto the clock. You can set the URL, the date-format for the tooltip and the color of the clock-letters on the options-page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gdpdmdkjppdbhdbnkalaigilmdjkiine |
URL Chính Thức | https://chrome.google.com/webstore/detail/simpleclock/gdpdmdkjppdbhdbnkalaigilmdjkiine |
Mô tả | Shows a simple clock top right in the browser. The color is free selectable. |
Kích Thước Tệp | 133 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 2.3 |
Cập Nhật Lần Cuối | 2021-08-31 |
Ngày Phát Hành | 2013-01-05 |
Đánh Giá | 4.57/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Stefan Dietz |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/sdvg/simpleClock_v2/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "simpleClock", "version": "2.3", "manifest_version": 2, "permissions": [], "description": "Shows a simple clock top right in the browser. The color is free selectable.", "homepage_url": "https:\/\/github.com\/sdvg\/simpleClock_v2", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/lib\/dateformat.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "", "default_popup": "src\/browser_action\/browser_action.html" } } |