Groups

Allows you to group several links and open it by one click

Groupsคืออะไร?

Groups เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://qmegas.info และคุณลักษณะหลักของมันคือ "Allows you to group several links and open it by one click"

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

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

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

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

                        This plugin allows you to group links and open it by one click. It's like bookmarks, but by one item you store several links. Each link opens in separate tab.

New in version 0.6.1
-----------------------------
- Updating manifest file, now extension available for installation again.

New in version 0.5.2
-----------------------------
- Added: Showing link's favicon

New in version 0.5.1
-----------------------------
- Added: option "Sort groups by name"

New in version 0.5
---------------------------
- Added: option "Add all opened tabs as new group"
- Fix: style fixes                    

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

ชื่อ Groups Groups
ID bbeddpigbemdnahhkecignbfjpdfnpea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/groups/bbeddpigbemdnahhkecignbfjpdfnpea
คำอธิบาย Allows you to group several links and open it by one click
ขนาดไฟล์ 65.94 KB
จำนวนการติดตั้ง 238
เวอร์ชันปัจจุบัน 0.6.1
อัปเดตครั้งล่าสุด 2018-06-21
วันที่เผยแพร่ 2018-06-21
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://qmegas.info
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Groups",
    "version": "0.6.1",
    "description": "Allows you to group several links and open it by one click",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Groups",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}