Color Tab
A Beautiful Color Palette With Every New Tab!
Apa itu Color Tab?
Color Tab adalah ekstensi Chrome yang dikembangkan oleh https://colorhunt.co, dan fitur utamanya adalah "A Beautiful Color Palette With Every New Tab!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Color Tab
Unduh file ekstensi Color Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Color Tab fills up your "new tab" screen with a beautiful color palette from the best of Color Hunt's collection. Each time you open up a new tab, the page will be replaced with a random color combination.
Informasi Dasar Ekstensi
Nama | Color Tab |
ID | hchlgfaicmddilenlflajnmomalehbom |
URL Resmi | https://chromewebstore.google.com/detail/color-tab/hchlgfaicmddilenlflajnmomalehbom |
Deskripsi | A Beautiful Color Palette With Every New Tab! |
Ukuran File | 16.77 KB |
Jumlah Instalasi | 224,286 |
Versi Saat Ini | 2 |
Terakhir Diperbarui | 2020-05-07 |
Tanggal Publikasi | 2020-05-06 |
Penilaian | 4.18/5 Total 1437 Penilaian |
Pengembang | https://colorhunt.co |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://colorhunt.co |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Tab", "description": "A Beautiful Color Palette 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" } } |