TabShare

Share your tabs and groups easily!

TabShare là gì?

TabShare là một tiện ích mở rộng Chrome được phát triển bởi armandoifsantos, và tính năng chính của nó là "Share your tabs and groups easily!".

Ả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 TabShare

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

                        TabShare is an innovative Chrome extension designed to make sharing and organizing multiple links not only effortless but also enjoyable. Whether you're collaborating on a project, sharing fascinating articles with friends, or researching options for your next purchase, TabShare takes the process of sharing and opening multiple tabs to the next level.

Say goodbye to the tedious task of copying and pasting links one by one. With TabShare, you can share and open all your links at once, saving you precious time and hassle. And now, with QR Code support, sharing and loading multiple tabs has never been easier!                    

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

Tên TabShare TabShare
ID ojddpkfajpkclolheliiimohojdcbgjf
URL Chính Thức https://chromewebstore.google.com/detail/tabshare/ojddpkfajpkclolheliiimohojdcbgjf
Mô tả Share your tabs and groups easily!
Kích Thước Tệp 10.51 MB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-04-09
Ngày Phát Hành 2021-12-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển armandoifsantos
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bolt12/tabShare
URL Trang Trợ Giúp https://github.com/bolt12/tabShare
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabShare",
    "description": "Share your tabs and groups easily!",
    "version": "2.0.0",
    "manifest_version": 3,
    "icons": {
        "128": "icon\/tabShare.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "tabGroups"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}