Colors - New Tab
A multicolored 'paint splashes' New Tab.
Colors - New Tabคืออะไร?
Colors - New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Promideus และคุณลักษณะหลักของมันคือ "A multicolored 'paint splashes' New Tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colors - New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Colors - New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A colorful 'paint splashes' New Tab for the Google Chrome browser. Open Source: This extension is open source, and available at https://github.com/chrisprins/colors Feel free to contribute to future updates, or download it to customize your own personal version.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ncbfpbajpbdbpmaiginhplgigibkcadi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/colors-new-tab/ncbfpbajpbdbpmaiginhplgigibkcadi |
คำอธิบาย | A multicolored 'paint splashes' New Tab. |
ขนาดไฟล์ | 4.75 MB |
จำนวนการติดตั้ง | 870 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2018-12-25 |
วันที่เผยแพร่ | 2018-12-25 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Promideus |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/chrisprins/colors |
URL หน้าช่วยเหลือ | https://www.facebook.com/promideus |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colors - New Tab", "short_name": "Colors", "description": "A multicolored 'paint splashes' New Tab.", "version": "0.2.1", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "background", "chrome:\/\/favicon\/", "topSites", "tabs", "geolocation", "unlimitedStorage", "activeTab", "storage", "bookmarks", "management" ], "content_security_policy": "script-src 'self'; object-src 'self'", "offline_enabled": true } |