Binary Tab
Replace the new tab page with a minimal binary clock
什么是Binary Tab?
Binary Tab是由https://albert.nz开发的Chrome扩展程序,该扩展的主要功能是“Replace the new tab page with a minimal binary clock”。
扩展截图
下载Binary Tab扩展crx文件
下载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" } } |