Tab-Save

Get open tab URLs for window, or load a list of URLs into new tabs on this window.

Tab-Save là gì?

Tab-Save là một tiện ích mở rộng Chrome được phát triển bởi Rage App, và tính năng chính của nó là "Get open tab URLs for window, or load a list of URLs into new tabs on this window.".

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

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

                        Get open tab URLs for window, or load a list of URLs into new tabs on this window.

This is a fork from https://chrome.google.com/webstore/detail/tab-snap/ajjloplcjllkammemhenacfjcccockde

fix: issue when save file and url contains #                    

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

Tên Tab-Save Tab-Save
ID iphpjidhdoilnfjhjpchcgamknepmabh
URL Chính Thức https://chromewebstore.google.com/detail/tab-save/iphpjidhdoilnfjhjpchcgamknepmabh
Mô tả Get open tab URLs for window, or load a list of URLs into new tabs on this window.
Kích Thước Tệp 53.78 KB
Số Lần Cài Đặt 231
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2020-06-14
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Rage App
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab-Save",
    "version": "1.3.2",
    "description": "Get open tab URLs for window, or load a list of URLs into new tabs on this window.",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Tab-Save",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}