Binary Tab
Replace the new tab page with a minimal binary clock
Binary Tabคืออะไร?
Binary Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://albert.nz และคุณลักษณะหลักของมันคือ "Replace the new tab page with a minimal binary clock"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Binary Tab
ดาวน์โหลดไฟล์ส่วนขยาย Binary Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
**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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Binary Tab |
ID | ammjoeghgfdfdjjlmlkjcbchabncempk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/binary-tab/ammjoeghgfdfdjjlmlkjcbchabncempk |
คำอธิบาย | Replace the new tab page with a minimal binary clock |
ขนาดไฟล์ | 4.76 MB |
จำนวนการติดตั้ง | 206 |
เวอร์ชันปัจจุบัน | 1.90 |
อัปเดตครั้งล่าสุด | 2020-08-31 |
วันที่เผยแพร่ | 2020-08-30 |
คะแนน | 4.75/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | https://albert.nz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |