Just a Day - the Day of Week
A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions!
Just a Day - the Day of Week là gì?
Just a Day - the Day of Week là một tiện ích mở rộng Chrome được phát triển bởi Marc G, và tính năng chính của nó là "A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions!".
Ả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 Just a Day - the Day of Week
Tải xuống các tệp mở rộng Just a Day - the Day of Week 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
NOTE: Current version might have issues on some versions of Chrome for Windows. Working on a fix; hang tight. ========================== - Abbreviated day of the week in your toolbar. - Customize the abbreviations and the color in the Options. Even supports emoji abbreviations. Copy emoji as text from here: https://getemoji.com/ - Pair it with the 2 Just a Clock extensions (one for the Hours and one for the Minutes) for a large readable display in your toolbar. Perfect for full screen browsing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Just a Day - the Day of Week |
ID | nkbalpdjkhpfohgonjkagacjkcndhgic |
URL Chính Thức | https://chromewebstore.google.com/detail/just-a-day-the-day-of-wee/nkbalpdjkhpfohgonjkagacjkcndhgic |
Mô tả | A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions! |
Kích Thước Tệp | 40.02 KB |
Số Lần Cài Đặt | 1,028 |
Phiên Bản Hiện Tại | 0.51 |
Cập Nhật Lần Cuối | 2020-11-19 |
Ngày Phát Hành | 2018-05-17 |
Đánh Giá | 4.62/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Marc G |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en,nl,tr,es,it,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "0.51", "description": "__MSG_extDescription__", "icons": { "16": "iconSmall.png", "32": "iconWin.png", "48": "iconMed.png", "128": "iconBig.png" }, "default_locale": "en", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "setDayOfWeek.js" ] }, "offline_enabled": true, "options_page": "options.html" } |