Tab Groupify

Bundle same domain tabs up in a tab.

Tab Groupifyคืออะไร?

Tab Groupify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jun Ishibashi และคุณลักษณะหลักของมันคือ "Bundle same domain tabs up in a tab."

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

screenshot
screenshot

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

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

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

                        USAGE:
    When icon is clicked, it will automatically bundle same domain tabs up in a tab.

FEATURES:
    Bundle tabs up in a tab.
    Open all same domain tabs at once(need to turn the popup block off).

WARNING:
    The extension does not back up the URLs which bundled up.
    Adding a new page to bundled page does not work. (it creates a new bundled page)
    Deleting link at bundled page does not work, it reappears when a page has reloaded.                    

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

ชื่อ Tab Groupify Tab Groupify
ID lhcocfhpacjjgacdkiikgajdhalmljpn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tab-groupify/lhcocfhpacjjgacdkiikgajdhalmljpn
คำอธิบาย Bundle same domain tabs up in a tab.
ขนาดไฟล์ 595 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2018-02-26
วันที่เผยแพร่ 2018-02-26
ผู้พัฒนา Jun Ishibashi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Groupify",
    "description": "Bundle same domain tabs up in a tab.",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "style.css",
        "script.js",
        "jquery-3.0.0.min.js",
        "font-awesome-4.6.3\/css\/font-awesome.min.css",
        "font-awesome-4.6.3\/fonts\/fontawesome-webfont.eot",
        "font-awesome-4.6.3\/fonts\/fontawesome-webfont.woff2",
        "font-awesome-4.6.3\/fonts\/fontawesome-webfont.woff",
        "font-awesome-4.6.3\/fonts\/fontawesome-webfont.ttf",
        "font-awesome-4.6.3\/fonts\/fontawesome-webfont.svg"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}