Tab Groups Exporter

Utility to export tab groups

Tab Groups Exporter là gì?

Tab Groups Exporter là một tiện ích mở rộng Chrome được phát triển bởi parthpower, và tính năng chính của nó là "Utility to export tab 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 Tab Groups Exporter

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

                        Very simplistic chrome extension to save tab groups as sessions. Export/Import sessions as JSON file.

It's opensource under MIT license. Source code at https://github.com/parthpower/chrome-tab-group-exporter/

Contributions are appreciated                    

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

Tên Tab Groups Exporter Tab Groups Exporter
ID hcfnlphlglikfflkikgilkebljgbnica
URL Chính Thức https://chromewebstore.google.com/detail/tab-groups-exporter/hcfnlphlglikfflkikgilkebljgbnica
Mô tả Utility to export tab groups
Kích Thước Tệp 33.63 KB
Số Lần Cài Đặt 588
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-09-10
Ngày Phát Hành 2021-09-06
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển parthpower
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/parthpower/chrome-tab-group-exporter
URL Trang Trợ Giúp https://github.com/parthpower/chrome-tab-group-exporter/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Groups Exporter",
    "description": "Utility to export tab groups",
    "version": "0.1",
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ],
    "action": {
        "default_title": "Export Tab Groups",
        "default_popup": "tabs_api.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 3
}