Blank New Tab
Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.
Blank New Tab là gì?
Blank New Tab là một tiện ích mở rộng Chrome được phát triển bởi http://baylaunch.com, và tính năng chính của nó là "Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.".
Ả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 Blank New Tab
Tải xuống các tệp mở rộng Blank 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
Chrome's "new tab" is a cluttered mess. It's also a memory hog. This extension reduces the Chrome "new tab" from 140MB to about 40MB per tab, saving you 100MB per tab. You can also customize new tabs with your own text and HTML, via the extension's options page. Unlike many of the other extensions in this category, this extension by default gives you a completely blank "new tab" page, instead of replacing Chrome's clutter with more clutter.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bdoedaflbnflgmbkogejhibdieoiiknh |
URL Chính Thức | https://chrome.google.com/webstore/detail/blank-new-tab/bdoedaflbnflgmbkogejhibdieoiiknh |
Mô tả | Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab. |
Kích Thước Tệp | 5.64 KB |
Số Lần Cài Đặt | 365 |
Phiên Bản Hiện Tại | 1.0.0.0 |
Cập Nhật Lần Cuối | 2015-04-07 |
Ngày Phát Hành | 2015-04-07 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://baylaunch.com |
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, "chrome_url_overrides": { "newtab": "blank.html" }, "description": "Blank \"new tab\" page. Reduces Chrome memory usage by up to 100MB per tab.", "icons": { "128": "128.png" }, "name": "Blank New Tab", "permissions": [ "tabs" ], "version": "1.0.0.0", "options_page": "options.html" } |