Minimal New Tab

newtab

Minimal New Tab là gì?

Minimal New Tab là một tiện ích mở rộng Chrome được phát triển bởi downthecrop, và tính năng chính của nó là "newtab".

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

screenshot

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

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

                        Minimal New Tab - Remove Google Doodles while retaining the stock aesthetic.

All in one drop in replacement for the Chrome new tab.

I really don't like google doodles on my newtab pages. Unfortunatly due to some chrome premission settings the chrome://newtab page is unable to be hooked. And thus we can't just block doodle requests.

Features
- No Google Doodles
- No "Helpful tips"
- True Dark Theme
- Chrome Top Sites
- Custom Top Sites
- Search Bar with Suggestions
- No configuration required
- Fast!

Logo by By Danil Polshin, RU                    

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

Tên Minimal New Tab Minimal New Tab
ID afnmoecpnepccekbinlapeolhgdgjclm
URL Chính Thức https://chromewebstore.google.com/detail/minimal-new-tab/afnmoecpnepccekbinlapeolhgdgjclm
Mô tả newtab
Kích Thước Tệp 220 KB
Số Lần Cài Đặt 200
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2023-09-20
Ngày Phát Hành 2021-04-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển downthecrop
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/downthecrop/minimal-new-tab
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimal New Tab",
    "version": "1.7",
    "description": "newtab",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "topSites"
    ],
    "host_permissions": [
        "*:\/\/suggestqueries.google.com\/complete\/*",
        "https:\/\/t2.gstatic.com\/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}