Minimalite

New Tab page replacement

Minimalite là gì?

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

Ả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 Minimalite

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

                        Minimalite replaces your New Tab page with a beautiful background that changes daily.

You'll have access to a customizable set of Quick Links (common bookmarks/pages you visit), a tiny weather widget, and a notes widget. Your notes will sync across your computers when using Chrome Sync.

This add-on is based off of Momentum.

New features will be added soon, including to-do support, a library of wallpapers, and more.                    

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

Tên Minimalite Minimalite
ID lgjjmgfdfmcmbeohbgfmncjlhakmafeg
URL Chính Thức https://chromewebstore.google.com/detail/minimalite/lgjjmgfdfmcmbeohbgfmncjlhakmafeg
Mô tả New Tab page replacement
Kích Thước Tệp 595 KB
Số Lần Cài Đặt 206
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2023-01-01
Ngày Phát Hành 2019-09-29
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển SK
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/skoshy/Minimalite
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimalite",
    "description": "New Tab page replacement",
    "version": "0.1.7",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "storage",
        "topSites"
    ]
}