Pastel Tab
Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…
Pastel Tabคืออะไร?
Pastel Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย williamyeny และคุณลักษณะหลักของมันคือ "Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pastel Tab
ดาวน์โหลดไฟล์ส่วนขยาย Pastel Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.
This project is inspired by automatic pastels on Tumblr.
Star + fork the project on Github here!
https://github.com/williamyeny/pastel-tab ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | olbihpfkfhmeonjellidnieandnfaapd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pastel-tab/olbihpfkfhmeonjellidnieandnfaapd |
| คำอธิบาย | Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.… |
| ขนาดไฟล์ | 79.39 KB |
| จำนวนการติดตั้ง | 3,824 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2017-02-21 |
| วันที่เผยแพร่ | 2017-02-21 |
| คะแนน | 2.76/5 รวมทั้งหมด 58 คะแนน |
| ผู้พัฒนา | williamyeny |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pastel Tab",
"version": "1.1",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
]
} | |