Elementary New Tab

Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser

Elementary New Tab là gì?

Elementary New Tab là một tiện ích mở rộng Chrome được phát triển bởi Gamake, và tính năng chính của nó là "Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        💎 Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser.

✨ Fast switching of the search service Google, Yandex, Bing, choose what you need with one click.

✨ Extensive gallery of quality images for the background of your page

✨ Minimalistic customizable tabs for quick access to your favorite sites                    

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

Tên Elementary New Tab Elementary New Tab
ID nkchlojdkebfdanfjngpdimocljgpfhh
URL Chính Thức https://chromewebstore.google.com/detail/elementary-new-tab/nkchlojdkebfdanfjngpdimocljgpfhh
Mô tả Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser
Kích Thước Tệp 2.92 MB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2021-01-17
Ngày Phát Hành 2020-12-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Gamake
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,tr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elementary New Tab",
    "description": "__MSG_extDescription__",
    "version": "1.0.4",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/images\/icons\/icon_16.png",
        "48": "assets\/images\/icons\/icon_48.png",
        "128": "assets\/images\/icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "topSites",
        "*:\/\/wallhaven.cc\/*"
    ]
}