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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}