Gradient Tabs
A Beautiful Gradient With Every New Tab!
Apa itu Gradient Tabs?
Gradient Tabs adalah ekstensi Chrome yang dikembangkan oleh https://gradienthunt.com, dan fitur utamanya adalah "A Beautiful Gradient With Every New Tab!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gradient Tabs
Unduh file ekstensi Gradient Tabs 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
Gradient Tabs is a beautiful chrome extension that shows a gradient pulled from the top popular gradients of Gradient Hunt each time you open a new tab. You can then copy the CSS code of each gradient and also save it to your likes webpage.
Informasi Dasar Ekstensi
Nama | Gradient Tabs |
ID | hndkippiajpholnhmcmlcebbcgnhldbo |
URL Resmi | https://chromewebstore.google.com/detail/gradient-tabs/hndkippiajpholnhmcmlcebbcgnhldbo |
Deskripsi | A Beautiful Gradient With Every New Tab! |
Ukuran File | 22.48 KB |
Jumlah Instalasi | 2,744 |
Versi Saat Ini | 2 |
Terakhir Diperbarui | 2018-07-31 |
Tanggal Publikasi | 2018-07-31 |
Penilaian | 3.83/5 Total 6 Penilaian |
Pengembang | https://gradienthunt.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://gradienthunt.com |
URL Halaman Bantuan | https://gradienthunt.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gradient Tabs", "short_name": "Gradient Tabs", "description": "A Beautiful Gradient 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" } } |