Tab Grouper

Group tabs for one-click access! Copy all open tabs to clipboard with a single click.

什麼是Tab Grouper?

Tab Grouper是由lerxst開發的Chrome擴展程式,該擴展的主要功能是“Group tabs for one-click access! Copy all open tabs to clipboard with a single click.”。

擴展截圖

screenshot
screenshot
screenshot

下載Tab Grouper擴展crx文件

下載Tab Grouper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Save currently opened tabs for accessing later. Save any number of groups with any number of tabs!

• To save a set of tabs :
1. Right-click anywhere on the webpage and click 'Save Tabs' in the context menu.
2. Enter the group name and click 'Ok' to save.
(Keyboard shortcut : 'Shift+Ctrl+m'. Modify shortcut combinations in Tools->Extensions)

• Click on the TabGrouper icon in the toolbar to access the saved groups. Use the TabGrouper options to manage groups.

• In the TabGrouper popup, use the clipboard icon to copy all the open tabs and their URLs to the clipboard.                    

擴展基本資訊

名稱 Tab Grouper Tab Grouper
ID glfmdmkkhokfolknaabkokpcibhlagen
官方網址 https://chrome.google.com/webstore/detail/tab-grouper/glfmdmkkhokfolknaabkokpcibhlagen
簡介 Group tabs for one-click access! Copy all open tabs to clipboard with a single click.
檔案大小 91.91 KB
安裝次數 824
目前版本 0.9.4
更新時間 2015-03-12
上架時間 2015-03-12
評分 3.93/5 共 14 次評分
開發者 lerxst
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Grouper",
    "version": "0.9.4",
    "description": "Group tabs for one-click access! Copy all open tabs to clipboard with a single click.",
    "background": {
        "scripts": [
            "bginit.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "\/images\/icon48.png",
        "default_title": "TabGrouper"
    },
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Shift+T"
            },
            "description": "Save the current group of tabs."
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}