Clean Tab
An minimalistic and customizable New Tab page that replaces Chrome's default.
Apa itu Clean Tab?
Clean Tab adalah ekstensi Chrome yang dikembangkan oleh Adam Howard, dan fitur utamanya adalah "An minimalistic and customizable New Tab page that replaces Chrome's default.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clean Tab
Unduh file ekstensi Clean 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
This is a simple New Tab page that replaces the default one included with Chrome. It displays the time and date, and has a search bar that exclusively uses Google. There are also a few customization options, which are: - Custom image backgrounds from a URL - Solid color background by picking a custom color - Remove the time and date - Hide the background behind the search bar This extension is still new and under development, so if you have any feature requests or find anything you'd like me to update let me know!
Informasi Dasar Ekstensi
Nama | |
ID | lpmoaemacdlgeegfpnalfmeekbfbpfga |
URL Resmi | https://chromewebstore.google.com/detail/clean-tab/lpmoaemacdlgeegfpnalfmeekbfbpfga |
Deskripsi | An minimalistic and customizable New Tab page that replaces Chrome's default. |
Ukuran File | 18.07 KB |
Jumlah Instalasi | 199 |
Versi Saat Ini | 0.7 |
Terakhir Diperbarui | 2017-02-19 |
Tanggal Publikasi | 2017-02-19 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | Adam Howard |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://goo.gl/8Bb8wI |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Tab", "short_name": "Clean Tab", "description": "An minimalistic and customizable New Tab page that replaces Chrome's default.", "version": "0.7", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "cleantab.html" } } |