Binary Clock
Making clocks harder to read, one bit at a time.
ما هو Binary Clock؟
Binary Clock هو إضافة Chrome تم تطويرها بواسطة Jeffrey Pierce، والميزة الرئيسية لها هي "Making clocks harder to read, one bit at a time.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Binary Clock
قم بتنزيل ملفات الامتداد Binary Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension shows a simple, elegant binary clock on new tabs. Options include: multiple themes, clock display mode and whether or not to display 'traditional' time. Impress your friends with how nerdy you are!
معلومات أساسية عن التمديد
الاسم | |
ID | glapajngabhpapccinednbdklpjahcgc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/binary-clock/glapajngabhpapccinednbdklpjahcgc |
الوصف | Making clocks harder to read, one bit at a time. |
حجم الملف | 16.05 KB |
عدد التثبيتات | 149 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2014-03-15 |
تاريخ النشر | 2014-03-15 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | Jeffrey Pierce |
نوع الدفع | free |
موقع الإضافة | https://github.com/jeffreypierce/binary-clock |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Binary Clock", "description": "Making clocks harder to read, one bit at a time.", "author": "Jeffrey Pierce", "homepage_url": "http:\/\/github.com\/jeffreypierce\/binary-clock", "icons": { "128": "icon_128.png" }, "version": "0.0.2", "permissions": [ "tabs" ], "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" } } |