Minimalist Tab

Simplify your Chrome new tab page.

Minimalist Tab là gì?

Minimalist Tab là một tiện ích mở rộng Chrome được phát triển bởi https://benandy.github.io, và tính năng chính của nó là "Simplify your Chrome new tab page.".

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

screenshot
screenshot

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

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

                        Simplify your Chrome new tab page. A minimalist new tab page with only the essential two things you need to keep your week on track, the time and date. Nothing special, not overcrowded nor eye distracting.                    

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

Tên Minimalist Tab Minimalist Tab
ID dcnlolkfplhlimlokmkinnmpjecghgcc
URL Chính Thức https://chromewebstore.google.com/detail/minimalist-tab/dcnlolkfplhlimlokmkinnmpjecghgcc
Mô tả Simplify your Chrome new tab page.
Kích Thước Tệp 6.73 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2017-10-03
Ngày Phát Hành 2017-10-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://benandy.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://benandy.github.io/minimalisttab/
URL Trang Chính Sách Bảo Mật http://benandy.github.io/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7",
    "name": "Minimalist Tab",
    "short_name": "Minimalist Tab",
    "description": "Simplify your Chrome new tab page.",
    "manifest_version": 2,
    "author": "Benjamin Developments",
    "offline_enabled": true,
    "homepage_url": "https:\/\/benandy.github.io\/minimalisttab",
    "incognito": "split",
    "content_security_policy": "script-src  'self' https:\/\/ssl.google-analytics.com; object-src 'self'; sandbox allow-forms allow-scripts allow-same-origin allow-modals",
    "minimum_chrome_version": "48.0.2564",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "cookies",
        "unlimitedStorage",
        "*:\/\/benandy.github.io\/*"
    ]
}