Groups

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

What is Groups?

Groups is a Chrome extension developed by https://qmegas.info, and its main feature is "Allows you to group several links and open it by one click".

Extension Screenshots

Download Groups Extension CRX File

Download Groups extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Groups Groups
ID bbeddpigbemdnahhkecignbfjpdfnpea
Official URL https://chromewebstore.google.com/detail/groups/bbeddpigbemdnahhkecignbfjpdfnpea
Description Allows you to group several links and open it by one click
File Size 65.94 KB
Installation Count 238
Current Version 0.6.1
Last Updated 2018-06-21
Publish Date 2018-06-21
Rating 4.50/5 Total 8 Ratings
Developer https://qmegas.info
Payment Type free
Supported Languages 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"
    }
}