Binary Clock Tab
Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.
ما هو Binary Clock Tab؟
Binary Clock Tab هو إضافة Chrome تم تطويرها بواسطة Mac Chaffee، والميزة الرئيسية لها هي "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Binary Clock Tab
قم بتنزيل ملفات الامتداد Binary Clock Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before. See below for release notes: https://github.com/mac-chaffee/binary-clock-tab/releases
معلومات أساسية عن التمديد
الاسم | Binary Clock Tab |
ID | lnmgfgmedjfdpigkklmopnffeifiombh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh |
الوصف | Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before. |
حجم الملف | 133 KB |
عدد التثبيتات | 87 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2017-02-16 |
تاريخ النشر | 2017-02-15 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Mac Chaffee |
نوع الدفع | free |
موقع الإضافة | https://github.com/mac-chaffee/binary-clock-tab |
عنوان صفحة المساعدة | https://github.com/mac-chaffee/binary-clock-tab/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binary Clock Tab", "short_name": "Binary Clock Tab", "description": "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.", "version": "1.1.0", "author": "Mac Chaffee", "icons": { "128": "img\/binaryclock.png" }, "browser_action": { "default_icon": "img\/binaryclock.png" }, "background": { "scripts": [ "js\/TabOpener.js" ], "persistent": false }, "permissions": [], "homepage_url": "https:\/\/github.com\/mac-chaffee\/binary-clock-tab" } |