Tabulous
This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
Apa itu Tabulous?
Tabulous adalah ekstensi Chrome yang dikembangkan oleh erindelady, dan fitur utamanya adalah "This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tabulous
Unduh file ekstensi Tabulous 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 extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together. Optional actual clock overlay, or random sassy phrases.
Informasi Dasar Ekstensi
Nama | Tabulous |
ID | fcckbadfjehdbhfknonkbpahjlbmdemf |
URL Resmi | https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf |
Deskripsi | This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.… |
Ukuran File | 131 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2017-01-07 |
Tanggal Publikasi | 2017-01-06 |
Pengembang | erindelady |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabulous", "short_name": "Tabtabtabtab", "version": "1.2", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "options_ui": { "page": "options.html", "chrome_style": false, "open_in_tab": true }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon48.png", "32": "icons\/icon128.png" }, "default_popup": "options.html" } } |