N-Tab

Browser Tab Management Tool: Comparable to OneTab

N-Tab là gì?

N-Tab là một tiện ích mở rộng Chrome được phát triển bởi scoful, và tính năng chính của nó là "Browser Tab Management Tool: Comparable to OneTab".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        这是一个管理浏览器标签的工具,对标OneTab,自用了4年,没有丢失过数据。使用起来非常简单,完全依赖直觉就可以轻松上手。
如果对您有帮助或者提高您的效率的话,不管是工作上还是生活上,麻烦投喂一下,目前自由职业状态,每一分收入都很重要,谢谢!                    

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

Tên N-Tab N-Tab
ID niahhcandihcfbamcfhikgojghnnfjan
URL Chính Thức https://chromewebstore.google.com/detail/n-tab/niahhcandihcfbamcfhikgojghnnfjan
Mô tả Browser Tab Management Tool: Comparable to OneTab
Kích Thước Tệp 463 KB
Số Lần Cài Đặt 489
Phiên Bản Hiện Tại 3.1.0
Cập Nhật Lần Cuối 2024-01-25
Ngày Phát Hành 2023-10-12
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển scoful
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/scoful/N-Tab
URL Trang Trợ Giúp https://github.com/scoful/N-Tab
URL Trang Chính Sách Bảo Mật http://lulua.net/cloudSkyMonster/privacy.html
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.0",
    "name": "N-Tab",
    "manifest_version": 3,
    "description": "__MSG_pluginDesc__",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "48": "images\/48.png",
        "96": "images\/96.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "notifications",
        "idle",
        "alarms",
        "commands"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/api.github.com https:\/\/gitee.com https:\/\/hm.baidu.com 'unsafe-eval' https:\/\/hmcdn.baidu.com; object-src 'self'"
    },
    "action": {
        "default_icon": "images\/96.png",
        "default_title": "N-Tab",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.0.0.min.js",
                "js\/contentScript.js"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [],
    "homepage_url": "https:\/\/github.com\/scoful\/cloudSkyMonster",
    "default_locale": "zh_CN",
    "commands": {
        "toggle-feature-save-all": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "Command+Q"
            },
            "description": "__MSG_toggleFeatureSaveAllTabs__"
        },
        "toggle-feature-save-current": {
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "Alt+Q"
            },
            "description": "__MSG_toggleFeatureSaveCurrentTabs__"
        }
    }
}