N-Tab

Browser Tab Management Tool: Comparable to OneTab

N-Tabคืออะไร?

N-Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scoful และคุณลักษณะหลักของมันคือ "Browser Tab Management Tool: Comparable to OneTab"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย N-Tab

ดาวน์โหลดไฟล์ส่วนขยาย N-Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ N-Tab N-Tab
ID niahhcandihcfbamcfhikgojghnnfjan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/n-tab/niahhcandihcfbamcfhikgojghnnfjan
คำอธิบาย Browser Tab Management Tool: Comparable to OneTab
ขนาดไฟล์ 463 KB
จำนวนการติดตั้ง 489
เวอร์ชันปัจจุบัน 3.1.0
อัปเดตครั้งล่าสุด 2024-01-25
วันที่เผยแพร่ 2023-10-12
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา scoful
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/scoful/N-Tab
URL หน้าช่วยเหลือ https://github.com/scoful/N-Tab
URL หน้านโยบายความเป็นส่วนตัว http://lulua.net/cloudSkyMonster/privacy.html
ภาษาที่รองรับ 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__"
        }
    }
}