Colored New Tab
Google Chrome (or Chromium) extension that opens the new tab in a specific color
Colored New Tabคืออะไร?
Colored New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://glogovetan.com และคุณลักษณะหลักของมันคือ "Google Chrome (or Chromium) extension that opens the new tab in a specific color"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colored New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Colored New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A minimalist Chrome extension that replaces the New Tab page with simple colors.
Features:
- Fast loading
- Beautiful full page colors
- Unobtrusive color switcher ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bfjhjeccmlkbbgliegkapplkpkcngeaa |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa |
| คำอธิบาย | Google Chrome (or Chromium) extension that opens the new tab in a specific color |
| ขนาดไฟล์ | 11.46 KB |
| จำนวนการติดตั้ง | 40 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2018-03-11 |
| วันที่เผยแพร่ | 2018-03-11 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | https://glogovetan.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/rdig/colored-new-tab |
| URL หน้าช่วยเหลือ | https://github.com/rdig/colored-new-tab/issues |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Colored New Tab",
"short_name": "New Tab",
"version": "1.0.0",
"description": "Google Chrome (or Chromium) extension that opens the new tab in a specific color",
"author": "Raul Glogovetan",
"homepage_url": "https:\/\/github.com\/rdig\/colored-new-tab",
"icons": {
"16": "extension_icon_16.png",
"48": "extension_icon_48.png",
"128": "extension_icon_128.png"
},
"offline_enabled": true,
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "TabPage\/index.html"
}
} | |