ColorClock Tabs
What color is it? A hex color clock for your new tab page.
ما هو ColorClock Tabs؟
ColorClock Tabs هو إضافة Chrome تم تطويرها بواسطة https://victorszeto.com، والميزة الرئيسية لها هي "What color is it? A hex color clock for your new tab page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ColorClock Tabs
قم بتنزيل ملفات الامتداد ColorClock Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A color clock for your new tab page. Cycles through the 24-hour color range, showing the color corresponding to the current time.
معلومات أساسية عن التمديد
الاسم | ColorClock Tabs |
ID | ajhlmmkocpickopfnjdbapohpjllghpo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/colorclock-tabs/ajhlmmkocpickopfnjdbapohpjllghpo |
الوصف | What color is it? A hex color clock for your new tab page. |
حجم الملف | 23.4 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2014-12-18 |
تاريخ النشر | 2014-12-17 |
المطور | https://victorszeto.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ColorClock Tabs", "short_name": "ColorClock", "version": "0.0.3", "manifest_version": 2, "description": "What color is it? A hex color clock for your new tab page.", "homepage_url": "http:\/\/victorszeto.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |