SimpleTabGrouping

This app is for grouping tabs.

What is SimpleTabGrouping?

SimpleTabGrouping is a Chrome extension developed by r.nmt000, and its main feature is "This app is for grouping tabs.".

Extension Screenshots

screenshot

Download SimpleTabGrouping Extension CRX File

Download SimpleTabGrouping 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

                        Simple Tab Groupingは開きすぎたタブをグルーピングして保存することができるChromeエクステンションです。

Simple Tab Groupingが他のタブ管理系エクステンションと異なるのがタブを選択してグループに追加できる点です。
その他の多くのエクステンションではウィンドウ内の全てのタブを1つのグループにまとめることしかできません。

Simple Tag Groupingで快適なブラウザ生活を!                    

Extension Basic Information

Name SimpleTabGrouping SimpleTabGrouping
ID plmbfljffnlmekgoimfeagomjojiajbm
Official URL https://chrome.google.com/webstore/detail/simpletabgrouping/plmbfljffnlmekgoimfeagomjojiajbm
Description This app is for grouping tabs.
File Size 1007 KB
Installation Count 92
Current Version 1.2
Last Updated 2014-11-19
Publish Date 2014-11-19
Developer r.nmt000
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "ja",
    "version": "1.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "shortcut": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "close and store a tab"
        }
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    }
}