Maple NewTab

Enhance your new tab experience with a comfortable and refreshing design.

Maple NewTab là gì?

Maple NewTab là một tiện ích mở rộng Chrome được phát triển bởi https://maple.tw93.fun, và tính năng chính của nó là "Enhance your new tab experience with a comfortable and refreshing design.".

Ả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 Maple NewTab

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

                        Replace the original default label page and give users a simple alternative page.                    

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

Tên Maple NewTab Maple NewTab
ID fobmbldflolfooglijmbibmnhoflbjlb
URL Chính Thức https://chromewebstore.google.com/detail/maple-newtab/fobmbldflolfooglijmbibmnhoflbjlb
Mô tả Enhance your new tab experience with a comfortable and refreshing design.
Kích Thước Tệp 17.72 KB
Số Lần Cài Đặt 133
Phiên Bản Hiện Tại 1.10
Cập Nhật Lần Cuối 2023-09-15
Ngày Phát Hành 2023-08-09
Nhà Phát Triển https://maple.tw93.fun
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tw93/Maple
URL Trang Trợ Giúp https://github.com/tw93/Maple/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Maple NewTab",
    "description": "Enhance your new tab experience with a comfortable and refreshing design.",
    "version": "1.10",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}