Mirage New Tab
Great new tab page with visual bookmarks, folders and apps.
Mirage New Tab là gì?
Mirage New Tab là một tiện ích mở rộng Chrome được phát triển bởi miragetab, và tính năng chính của nó là "Great new tab page with visual bookmarks, folders and apps.".
Ả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 Mirage New Tab
Tải xuống các tệp mở rộng Mirage 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
This extension will change your default new tab. Features Mirage New Tab: - Customizable blocks of visual bookmarks, resizing, margin and uploading your own pictures. - Auto background change from unsplash collections. - Search with the ability to change the search engine, autofocus, suggestions and history. - Ability to add your own apps. - Export and import of all user data. - Notepad, dark theme and more.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mirage New Tab |
ID | nolmkkindjjpkgkpkhpghncjkioalpdg |
URL Chính Thức | https://chromewebstore.google.com/detail/mirage-new-tab/nolmkkindjjpkgkpkhpghncjkioalpdg |
Mô tả | Great new tab page with visual bookmarks, folders and apps. |
Kích Thước Tệp | 485 KB |
Số Lần Cài Đặt | 579 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-07-30 |
Ngày Phát Hành | 2021-07-30 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | miragetab |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://gtab.store/pp |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mirage New Tab", "description": "Great new tab page with visual bookmarks, folders and apps.", "version": "1.0.0", "icons": { "256": "icons\/256.png", "128": "icons\/128.png", "64": "icons\/64.png" }, "background": { "service_worker": "sw.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "unlimitedStorage", "topSites", "downloads" ], "host_permissions": [ "*:\/\/google.com\/complete\/search\/*" ] } |