NimoTab

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

什么是NimoTab?

NimoTab是由Amo Chen开发的Chrome扩展程序,该扩展的主要功能是“NimoTab - Tidy up your cluttered tab bar and elegantly save your tabs.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载NimoTab扩展crx文件

下载NimoTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 NimoTab NimoTab
ID mhhkfkjgnfddpodoepjigdeaaookhfln
官方URL https://chromewebstore.google.com/detail/nimotab/mhhkfkjgnfddpodoepjigdeaaookhfln
简介 NimoTab - Tidy up your cluttered tab bar and elegantly save your tabs.
文件大小 508 KB
安装次数 402
当前版本 2.4.1
更新时间 2023-03-07
上架时间 2020-06-19
评分 4.33/5 共6次评分
开发者 Amo Chen
电子邮箱 [email protected]
付费类型 free
支持的语言 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'"
    }
}