Material Design New Tab
A beautifully simple new tab page built with Facebook's React and Google's Material Design specification.
Material Design New Tab là gì?
Material Design New Tab là một tiện ích mở rộng Chrome được phát triển bởi Russell, và tính năng chính của nó là "A beautifully simple new tab page built with Facebook's React and Google's Material Design specification.".
Ả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 Material Design New Tab
Tải xuống các tệp mở rộng Material Design 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 beautifully simple new tab page built with Facebook's React and Google's Material Design specification. Changelog: Version 1.1.9: - Center background image - Fix minor bug with bookmarks bar being able to be clicked when invisible Version 1.1.8: - Fix links not saving. Version 1.1.7: - Fix the new tab page not loading. Version 1.1.6: - Update to the style of the bookmarks bar. While there are still many fixes to be made, this is an improvement. Version 1.1.5: - Add a simple bookmarks bar. This will be styled/fixed in future updates, but this works in the short term. Version 1.1.1: - The "Change Button Links" dialog now loads saved websites and links, meaning you can change only one field. Version 1.0.2: - Made buttons opaque rather than semitransparent. - Buttons are no longer blurred on the page as a result of vertical centering. Version 1.0.0: - Initial Release.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Material Design New Tab |
ID | enoinobaajgbimopljmnljlahmknmgin |
URL Chính Thức | https://chromewebstore.google.com/detail/material-design-new-tab/enoinobaajgbimopljmnljlahmknmgin |
Mô tả | A beautifully simple new tab page built with Facebook's React and Google's Material Design specification. |
Kích Thước Tệp | 271 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 1.1.9 |
Cập Nhật Lần Cuối | 2016-11-22 |
Ngày Phát Hành | 2016-11-22 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Russell |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Material Design New Tab", "short_name": "Material New Tab", "description": "A beautifully simple new tab page built with Facebook's React and Google's Material Design specification.", "version": "1.1.9", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "bookmarks", "storage" ], "icons": { "16": "icons\/mipmap-mdpi\/ic_launcher.png", "72": "icons\/mipmap-hdpi\/ic_launcher.png", "144": "icons\/mipmap-xxhdpi\/ic_launcher.png" } } |