Sync Tab Groups

Sync Tab Groups is an easy way to manage all your tabs. You group, organize, search and active them easily.

Sync Tab Groups là gì?

Sync Tab Groups là một tiện ích mở rộng Chrome được phát triển bởi morikko, và tính năng chính của nó là "Sync Tab Groups is an easy way to manage all your tabs. You group, organize, search and active them easily.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sync Tab Groups

Tải xuống các tệp mở rộng Sync Tab Groups dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ★ The project is no more maintained ★

Although I used it a lot, I feel less and less need for such an advanced way to manage my tabs. Aside from my full-time job, I have not much time left to put in this project. 

Even, if this project ends, I thank all of you that used the extension or helped me to make this extension so great.

The project remains:
 - Available: you continue to use it
 - Open-source: you are free to fork it or reuse the code

Alternatives:
- Firefox: [Simple Tab Groups](https://addons.mozilla.org/en-US/firefox/addon/simple-tab-groups/)
  - Actively maintained and with more features
  - But no more pinned tabs inside groups and the double window to manage the tabs 
- Chrome: nothing I am aware of

If you are curious about the experience of developing an open-source extension, you will enjoy [the article about Sync Tab Groups](https://medium.com/@Morikko/the-story-of-sync-tab-groups-the-web-extension-for-managing-your-tabs-d40ebb1079ec).

--------

Sync Tab Groups is an easy way to manage all your tabs. You organize them depending on a topic by group. Groups can be closed and reopened without caring about your session. Moreover, you can easily search, active, move, save and remove your groups and tabs.

Check the website (https://morikko.github.io/synctabgroups/) for more information (video, explanations, guides...)

★ WHAT IS A GROUP ?
A group has a name and contains many tabs related. It is either displayed in a window. Or closed, and waiting the next time you will use it. You can switch from one to another in your current window or in another window.

★ WHY YOUR BROWSING IS BETTER ?
With your groups, you won't care about stopping a task and focusing on another one. With the possibility to search and activate tabs and groups, you won't lose time to retrieve them.

★ HOW TO USE THEM ?
A popup is usable from anywhere in your browser. It shows your groups and let you do the actions with just few clicks. More than just activating tabs, you can move and close them.

★ Languages
 - English
 - French
 - German (thanks @bitkleberAST) 
 - Russian (thanks @Александр)  
 - Spanish (thanks  @lucas-mancini)  
 - Taiwanese Mandarin (thanks @rzfang)

I would gladly accept other translations. Contact me if you are interesting of contributing in this extension. (Mail or Github ("https://github.com/Morikko/sync-tab-groups/issues))
You can start easily with the tool provided here: https://github.com/Morikko/sync-tab-groups#translation

★ Limitations (Important for not losing data)
 - Tabs in closed group are REALLY closed
 - Switching to a group, close all the current tabs in the window
 - Previous sessions (back button) are lost when closing a group
 - Temporary data like forms are lost when closing a group

★ Extension Permissions
 - Tabs: Access to your tabs proprieties for saving them among the groups
 - Storage: Save your groups on disk for not losing them when quitting
 - Notifications: Giving you feedback
 - Context Menu: Adding elements on right click on tabs and the extension icon
 - Sessions: Find which group is in a window even after restarting Firefox
 - Downloads: Save file with your groups for exporting and doing backup
 - tabHide: Hiding API (Firefox only)

★ Bugs
If you find a bug, please open an issue (https://github.com/Morikko/sync-tab-groups/issues) or send me an email.

★ Thanks
Thank you all of you for helping me improving and fixing the extension :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sync Tab Groups Sync Tab Groups
ID gbkddinkjahdfhaiifploahejhmaaeoa
URL Chính Thức https://chromewebstore.google.com/detail/sync-tab-groups/gbkddinkjahdfhaiifploahejhmaaeoa
Mô tả Sync Tab Groups is an easy way to manage all your tabs. You group, organize, search and active them easily.
Kích Thước Tệp 1.24 MB
Số Lần Cài Đặt 3,491
Phiên Bản Hiện Tại 0.8.2
Cập Nhật Lần Cuối 2019-12-29
Ngày Phát Hành 2019-12-29
Đánh Giá 3.85/5 Tổng số 41 Đánh Giá
Nhà Phát Triển morikko
Loại Thanh Toán free
Trang Web Mở Rộng https://morikko.github.io/synctabgroups
URL Trang Trợ Giúp https://github.com/Morikko/sync-tab-groups/issues
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,ru,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.8.2",
    "name": "Sync Tab Groups",
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/morikko.github.io\/synctabgroups\/",
    "icons": {
        "64": "\/share\/icons\/tabspace-active-64.png",
        "32": "\/share\/icons\/tabspace-active-32.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "56.0"
        }
    },
    "minimum_chrome_version": "56",
    "permissions": [
        "tabs",
        "storage",
        "sessions",
        "downloads",
        "notifications",
        "contextMenus",
        "unlimitedStorage",
        "tabHide"
    ],
    "background": {
        "scripts": [
            "lib\/browser-polyfill.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/share\/icons\/tabspace-32.png",
        "default_title": "Sync Tab Groups",
        "default_popup": "popup\/popup.html",
        "browser_style": true
    },
    "options_ui": {
        "page": "\/options\/option-page.html",
        "open_in_tab": true,
        "browser_style": true
    },
    "default_locale": "en",
    "developer": {
        "name": "Eric Masseran",
        "url": "https:\/\/github.com\/Morikko"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "MacCtrl+Shift+Space"
            },
            "description": "Open Menu"
        },
        "swtich_next_group": {
            "suggested_key": {
                "default": "Alt+Shift+Right"
            },
            "description": "Switch Next Group"
        },
        "swtich_previous_group": {
            "suggested_key": {
                "default": "Alt+Shift+Left"
            },
            "description": "Switch Previous Group"
        },
        "remove_group_swtich": {
            "suggested_key": {
                "default": "Alt+Shift+Delete"
            },
            "description": "Remove current group"
        }
    }
}