Lightweight New Tab Page

Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.

Lightweight New Tab Page là gì?

Lightweight New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi DJ Madeira, và tính năng chính của nó là "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lightweight New Tab Page

Tải xuống các tệp mở rộng Lightweight 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

                        Best features:

- Lightning fast (~20ms)
- Full CSS customization
- Custom quick links
- Accessible
- Cache & history clearing tools
- Chrome-native feel

If you want a new feature, you can file an issue or submit a pull request on GitHub:
https://github.com/djmadeira/lightweight-new-tab-page

However, I'm going to be pretty conservative on what get's added. I want this to stay very, very simple.

Store image background credit: Abdul Rahman https://www.flickr.com/photos/yunir/15647252567                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lightweight New Tab Page Lightweight New Tab Page
ID cahfgmimpeeiibiicmeengglhpnhbkki
URL Chính Thức https://chrome.google.com/webstore/detail/lightweight-new-tab-page/cahfgmimpeeiibiicmeengglhpnhbkki
Mô tả Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.
Kích Thước Tệp 35.08 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2015-04-14
Ngày Phát Hành 2015-04-14
Đánh Giá 4.33/5 Tổng số 9 Đánh Giá
Nhà Phát Triển DJ Madeira
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/djmadeira/lightweight-new-tab-page
URL Trang Trợ Giúp https://github.com/djmadeira/lightweight-new-tab-page/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lightweight New Tab Page",
    "short_name": "Lightweight New Tab",
    "description": "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.",
    "author": "DJ Madeira",
    "version": "1.2.3",
    "permissions": [
        "tabs",
        "browsingData",
        "history",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    }
}