nexTab

nexTab is a chrome new-tab extension to help your daily workflow!

nexTab là gì?

nexTab là một tiện ích mở rộng Chrome được phát triển bởi https://inspare.cc, và tính năng chính của nó là "nexTab is a chrome new-tab extension to help your daily workflow!".

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

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

                        nexTab Version 4.1.5 is here!

►Version 4.1.5
- Speed improvements
- Battery Life Improvements

►Version 4.1.0
- Custom search engine support
- Weather will update more often
- Battery life improvements

►Version 4.0.0
The long awaited nexTab version 4.0.0 is here! This version brings many changes, such as stability improvements, and other bug fixes. The extension has also been made much more accessible due to our newer help system, providing much more accurate and detailed information describing how to use the extension and what it has to offer. The extension has also been made to look much more appealing too.

►Version 3.20
This update has to be our best yet! You can now have more bookmarks on your new tab page! A weather system is now in place, The site will now display time for the users, a huge boost in performance, information will now sync between all devices with the extension and signed into the same Google account! Indeed, this definitely has to be our best update yet!

nexTab is a chrome new-tab extension. With it's inspiring quotes to it's georgeous user interface, slick animations, and incredible user experience, nexTab has it all! You can set-up different buttons, change the theme, and much more! What's not to love? nexTab is fast and reliable throughout all workflows. nexTab's smart theme adapts to different times having many colors throughout the day! nexTab now has automatic weather systems based on geographical location! Don't like the background? You can easily change it in the settings! nexTab has some of the best animations out of any of the other new-tab extensions you can find on the Google Chrome Store! Yes! nexTab is the best of the best!                    

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

Tên nexTab nexTab
ID onohmogbflopjcbaglmbagpbjehaacpf
URL Chính Thức https://chromewebstore.google.com/detail/nextab/onohmogbflopjcbaglmbagpbjehaacpf
Mô tả nexTab is a chrome new-tab extension to help your daily workflow!
Kích Thước Tệp 4.08 MB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 4.1.5
Cập Nhật Lần Cuối 2022-08-18
Ngày Phát Hành 2020-04-23
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://inspare.cc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://inspare.cc
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "nexTab",
    "description": "nexTab is a chrome new-tab extension to help your daily workflow!",
    "version": "4.1.5",
    "icons": {
        "48": "img\/logo.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "pages\/index.html"
    }
}