Gradient Tabs
A Beautiful Gradient With Every New Tab!
Gradient Tabsคืออะไร?
Gradient Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gradienthunt.com และคุณลักษณะหลักของมันคือ "A Beautiful Gradient With Every New Tab!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gradient Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Gradient Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gradient Tabs is a beautiful chrome extension that shows a gradient pulled from the top popular gradients of Gradient Hunt each time you open a new tab. You can then copy the CSS code of each gradient and also save it to your likes webpage.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gradient Tabs |
ID | hndkippiajpholnhmcmlcebbcgnhldbo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gradient-tabs/hndkippiajpholnhmcmlcebbcgnhldbo |
คำอธิบาย | A Beautiful Gradient With Every New Tab! |
ขนาดไฟล์ | 22.48 KB |
จำนวนการติดตั้ง | 2,744 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2018-07-31 |
วันที่เผยแพร่ | 2018-07-31 |
คะแนน | 3.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://gradienthunt.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gradienthunt.com |
URL หน้าช่วยเหลือ | https://gradienthunt.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gradient Tabs", "short_name": "Gradient Tabs", "description": "A Beautiful Gradient With Every New Tab!", "version": "2", "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "chrome_url_overrides": { "newtab": "popup.html" }, "background": { "scripts": [ "bg.js" ] }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |