Groups

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

什麼是Groups?

Groups是由https://qmegas.info開發的Chrome擴展程式,該擴展的主要功能是“Allows you to group several links and open it by one click”。

擴展截圖

下載Groups擴展crx文件

下載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
官方網址 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"
    }
}