Void New Tab

Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…

Void New Tab là gì?

Void New Tab là một tiện ích mở rộng Chrome được phát triển bởi Tom Day, và tính năng chính của nó là "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…".

Ả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 Void New Tab

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

                        Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once installed type "help" into the search bar. Void is open source and proudly 100% free. You can find out more about Void and you can find its source code by typing "about" into the search bar.                    

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

Tên Void New Tab Void New Tab
ID hiljjibmhmmammdajeibdemkofflgnpf
URL Chính Thức https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf
Mô tả Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
Kích Thước Tệp 143 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2018-01-16
Ngày Phát Hành 2018-01-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Tom Day
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/TDay1/void-newtab
URL Trang Trợ Giúp https://github.com/TDay1/void-newtab
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Void New Tab",
    "manifest_version": 2,
    "version": "1.0.0.1",
    "author": "Thomas Day",
    "remove_button": true,
    "short_name": "Void",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/img\/16px.png",
        "32": ".\/img\/32px.png",
        "48": ".\/img\/48px.png",
        "64": ".\/img\/64px.png",
        "128": ".\/img\/128px.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}