Random Colored New Tab
When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.
Random Colored New Tabคืออะไร?
Random Colored New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anacron และคุณลักษณะหลักของมันคือ "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random Colored New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Random Colored New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The name says it all! When installed and enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the default look and feel. The extension is fairly simple and does not access any personal data or cookies on your browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Random Colored New Tab |
ID | kponglbcecpfdmcggikbhomhfgmjlolh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh |
คำอธิบาย | When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults. |
ขนาดไฟล์ | 104 KB |
จำนวนการติดตั้ง | 404 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2012-09-11 |
วันที่เผยแพร่ | 2012-09-11 |
คะแนน | 2.33/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Anacron |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Colored New Tab", "version": "1.6", "manifest_version": 2, "description": "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.", "chrome_url_overrides": { "newtab": "random_new_page.html" }, "icons": { "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" } } |