Tabulous
This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
Tabulous là gì?
Tabulous là một tiện ích mở rộng Chrome được phát triển bởi erindelady, và tính năng chính của nó là "This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tabulous
Tải xuống các tệp mở rộng Tabulous dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tabulous |
ID | fcckbadfjehdbhfknonkbpahjlbmdemf |
URL Chính Thức | https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf |
Mô tả | This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.… |
Kích Thước Tệp | 131 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-01-07 |
Ngày Phát Hành | 2017-01-06 |
Nhà Phát Triển | erindelady |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |