Hue Tab

A customizable HSL color picker on every new tab page

ما هو Hue Tab؟

Hue Tab هو إضافة Chrome تم تطويرها بواسطة Vishal Devireddy، والميزة الرئيسية لها هي "A customizable HSL color picker on every new tab page".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Hue Tab

قم بتنزيل ملفات الامتداد Hue Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Hue Tab is a Chrome extension that displays a HSL color picker on every new tab page. HSL (Hue, Saturation, and Lightness) is an intuitive color model, an alternative to RGB. This extension displays a bright and customizable color picker on every new tab page, including incognito mode.

The code is open source at https://github.com/TwoTau/Hue-Tab                    

معلومات أساسية عن التمديد

الاسم Hue Tab Hue Tab
ID mhpnoeopnoemnkkklmmmpjecilooeaoe
عنوان URL الرسمي https://chromewebstore.google.com/detail/hue-tab/mhpnoeopnoemnkkklmmmpjecilooeaoe
الوصف A customizable HSL color picker on every new tab page
حجم الملف 38.21 KB
عدد التثبيتات 147
النسخة الحالية 1.0.0
آخر تحديث 2022-12-19
تاريخ النشر 2018-03-11
تقييم 5.00/5 مجموع تقييمات 2
المطور Vishal Devireddy
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/TwoTau/Hue-Tab
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hue Tab",
    "description": "A customizable HSL color picker on every new tab page",
    "version": "1.0.0",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "incognito": "split"
}