Binary Tab
Replace the new tab page with a minimal binary clock
Binary Tab là gì?
Binary Tab là một tiện ích mở rộng Chrome được phát triển bởi https://albert.nz, và tính năng chính của nó là "Replace the new tab page with a minimal binary clock".
Ả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 Binary Tab
Tải xuống các tệp mở rộng Binary Tab 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
**Changes in version 1.9** - Removed bookmark manage button. Bookmark management is always accessible via the Chrome menus or at chrome://bookmarks. Binary tab replaces your new tab page with a minimal and elegant binary clock. Hover the cursor over the bottom of the page to reveal the settings drawer. An ever-expanding array of settings is available. They include: - Colour scheme (light colour, dark colour), including dynamic hex colour. - Inverted colour scheme. - Auto-invert at sunset/sunrise given current location. - Clock size - Display digits, placeholder letters or nothing below clock. - Show row numbers (great for learning to read the clock). - Show, hide or auto-hide bookmarks bar. - Manage bookmarks. A word on geolocation: Binary Tab only uses the user's position to find sunrise and sunset times when the 'Use current location' button is clicked. If you have any doubts about this, feel free to inspect the code!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Binary Tab |
ID | ammjoeghgfdfdjjlmlkjcbchabncempk |
URL Chính Thức | https://chromewebstore.google.com/detail/binary-tab/ammjoeghgfdfdjjlmlkjcbchabncempk |
Mô tả | Replace the new tab page with a minimal binary clock |
Kích Thước Tệp | 4.76 MB |
Số Lần Cài Đặt | 206 |
Phiên Bản Hiện Tại | 1.90 |
Cập Nhật Lần Cuối | 2020-08-31 |
Ngày Phát Hành | 2020-08-30 |
Đánh Giá | 4.75/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | https://albert.nz |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binary Tab", "description": "Replace the new tab page with a minimal binary clock", "version": "1.90", "permissions": [ "storage", "geolocation", "bookmarks" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |