Yet Another New Tab Page
It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…
Yet Another New Tab Page là gì?
Yet Another New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi Brian Mock, và tính năng chính của nó là "It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…".
Ả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 Yet Another New Tab Page
Tải xuống các tệp mở rộng Yet Another New Tab Page 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
It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved performance. Check out the source code on GitHub! https://github.com/wavebeem/yantp
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | imfkhhcponjpjhfpaccepedaabjclbjj |
URL Chính Thức | https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj |
Mô tả | It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved… |
Kích Thước Tệp | 9.39 KB |
Số Lần Cài Đặt | 194 |
Phiên Bản Hiện Tại | 21.0 |
Cập Nhật Lần Cuối | 2017-11-19 |
Ngày Phát Hành | 2017-11-19 |
Đánh Giá | 4.43/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | Brian Mock |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/wavebeem/yantp |
URL Trang Trợ Giúp | https://github.com/wavebeem/yantp |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "21.0", "name": "Yet Another New Tab Page", "short_name": "yantp", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "topSites", "bookmarks", "chrome:\/\/favicon\/" ], "chrome_url_overrides": { "newtab": "ntp.html" } } |