TabsFolder

Group your tabs into groups.

TabsFolder là gì?

TabsFolder là một tiện ích mở rộng Chrome được phát triển bởi https://e-pot.xyz, và tính năng chính của nó là "Group your tabs into groups.".

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

screenshot

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

Tải xuống các tệp mở rộng TabsFolder 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

                        Add a kind of panorama like feature to chrome (but less pretty).

This extention is design to people like me who always have a lot of tabs open at the same time. It allows the creation of groups (folders) to organise the repartition of your tabs.


With this extention, create groups and add tabs to them just with drag and drop.
Then choose the group of tab you want work with. You will not be disturb by the other tabs.
You can switch to an other tab group anytime you want.
Just close the group to close all the tabs inside it when you have finished to work with.

Now the extention keeps your pinned tabs open.

A git repository has been created. Fell free to fork or re-use it.
Some part of the code are in french though (sorry).
https://github.com/Conchylicultor/TabsFolder                    

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

Tên TabsFolder TabsFolder
ID pdfepgdcmifhbmldcofnkmnbabamjdnm
URL Chính Thức https://chromewebstore.google.com/detail/tabsfolder/pdfepgdcmifhbmldcofnkmnbabamjdnm
Mô tả Group your tabs into groups.
Kích Thước Tệp 155 KB
Số Lần Cài Đặt 1,395
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2016-11-28
Ngày Phát Hành 2016-11-27
Đánh Giá 4.05/5 Tổng số 65 Đánh Giá
Nhà Phát Triển https://e-pot.xyz
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Conchylicultor/TabsFolder
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabsFolder",
    "version": "1.1.0",
    "description": "Group your tabs into groups.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": {
        "name": "Conchilicultor",
        "email": "[email protected]"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/event_page.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/ba48.png",
        "default_title": "Organise your tabs"
    }
}