NimoTab

NimoTab - Tidy up your cluttered tab bar and elegantly save your tabs.

NimoTab là gì?

NimoTab là một tiện ích mở rộng Chrome được phát triển bởi Amo Chen, và tính năng chính của nó là "NimoTab - Tidy up your cluttered tab bar and elegantly save your tabs.".

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

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

                        Enjoy a hassle-free browsing experience with NimoTab - the tab manager for Google Chrome.

Say goodbye to cluttered tabs and hello to a more organized and efficient browsing experience with features like:
* Local tab storage: Save and recover tabs & tab groups with ease, all stored locally for your privacy.
* Customizable tab sorting: Effortlessly sort and organize tabs to your liking.
* Tab search & filtering: Quickly search and filter saved tabs by date, domain, session, time, or count.
* Tab grouping: Keep similar tabs together for more efficient browsing.
* Exclusion lists: Exclude tabs from being saved with custom exclusion lists.
* Window manager: Easily switch and recover tabs with the built-in window manager.
* Backup & restore: Protect your data with backup and restore options.
* Dark mode theme: Experience a sleek, modern dark mode theme.

Streamline your browsing experience and elevate your productivity with NimoTab - the best tab manager extension for Google Chrome.

Get install now and start browsing like a pro!

Happy net surfing!                    

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

Tên NimoTab NimoTab
ID mhhkfkjgnfddpodoepjigdeaaookhfln
URL Chính Thức https://chromewebstore.google.com/detail/nimotab/mhhkfkjgnfddpodoepjigdeaaookhfln
Mô tả NimoTab - Tidy up your cluttered tab bar and elegantly save your tabs.
Kích Thước Tệp 508 KB
Số Lần Cài Đặt 402
Phiên Bản Hiện Tại 2.4.1
Cập Nhật Lần Cuối 2023-03-07
Ngày Phát Hành 2020-06-19
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Amo Chen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NimoTab",
    "short_name": "Nimo",
    "version": "2.4.1",
    "description": "NimoTab - Tidy up your cluttered tab bar and elegantly save your tabs.",
    "permissions": [
        "tabs",
        "tabGroups",
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "NimoTab - Tidy up your cluttered tab bar and elegantly save your tabs.",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}