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