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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
**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" } } |