Minimalistic New Tab
Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.
Minimalistic New Tab là gì?
Minimalistic New Tab là một tiện ích mở rộng Chrome được phát triển bởi smenigat, và tính năng chính của nó là "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.".
Ả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 Minimalistic New Tab
Tải xuống các tệp mở rộng Minimalistic New Tab 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
A simplistic and clean looking new tab page that makes opening new tabs a beautiful and smooth experience. Features: - Clock showing the current time - Background image freely choosable (any Unsplash image you want)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hlalpbapamklikbknbjjbjhoaeeohlck |
URL Chính Thức | https://chromewebstore.google.com/detail/minimalistic-new-tab/hlalpbapamklikbknbjjbjhoaeeohlck |
Mô tả | Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background. |
Kích Thước Tệp | 554 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-08-26 |
Ngày Phát Hành | 2019-08-26 |
Nhà Phát Triển | smenigat |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimalistic New Tab", "version": "1.1", "description": "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |