Group Tabs

Quickly open groups of commonly used tabs.

Group Tabsとは何ですか?

Group Tabsはsbrand83によって開発されたChromeの拡張機能で、その主な機能は「Quickly open groups of commonly used tabs.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Group Tabs拡張機能のCRXファイルをダウンロード

Group Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        GroupTabs is a Chrome Extension that allows you to quickly open all of your most commonly used sites all at once. Save yourself the time of having to open your favorite sites individually when you next need them. With one click, you will have immediate access to all of these sites in a new browser window.

Similarly to the way bookmarks save you time when opening a frequently used website, GroupTabs saves you time and helps you stay organized when you find yourself using the same set of sites day after day. Whether it is for work or leisure, GroupTabs can help you be more productive when starting a new task.

With GroupTabs, you can easily create, edit, and open all the sites you need with the click of a button. Any changes you make are automatically synced across all of your computers that have GroupTabs installed.                    

拡張機能の基本情報

名前 Group Tabs Group Tabs
ID fojepcodbhkphgfpillkokfenpmgpela
公式URL https://chromewebstore.google.com/detail/group-tabs/fojepcodbhkphgfpillkokfenpmgpela
説明 Quickly open groups of commonly used tabs.
ファイルサイズ 91.6 KB
インストール数 21
現在のバージョン 1.0.1
最終更新日 2018-02-15
公開日 2018-02-15
開発者 sbrand83
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Group Tabs",
    "description": "Quickly open groups of commonly used tabs.",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_19.png",
        "default_popup": "popup.html",
        "default_title": "GroupTabs"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}