Tabulous
This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
ما هو Tabulous؟
Tabulous هو إضافة Chrome تم تطويرها بواسطة erindelady، والميزة الرئيسية لها هي "This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tabulous
قم بتنزيل ملفات الامتداد Tabulous بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together. Optional actual clock overlay, or random sassy phrases.
معلومات أساسية عن التمديد
الاسم | Tabulous |
ID | fcckbadfjehdbhfknonkbpahjlbmdemf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf |
الوصف | This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.… |
حجم الملف | 131 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 1.2 |
آخر تحديث | 2017-01-07 |
تاريخ النشر | 2017-01-06 |
المطور | erindelady |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabulous", "short_name": "Tabtabtabtab", "version": "1.2", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "options_ui": { "page": "options.html", "chrome_style": false, "open_in_tab": true }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon48.png", "32": "icons\/icon128.png" }, "default_popup": "options.html" } } |