Save Tabs

Save your opened tabs as json or plain text

Save Tabs là gì?

Save Tabs là một tiện ích mở rộng Chrome được phát triển bởi robeeeert, và tính năng chính của nó là "Save your opened tabs as json or plain text".

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

screenshot
screenshot

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

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

                        Save Tabs is a chrome extension that allows saving all opened tabs to JSON or plain text.

Currently, it includes the following features:

- Save open tabs as JSON or plain text
- Optionally save the tabs from all open windows
- Optionally open the list in a new tab instead of saving it to a file
- Optionally change the file name

Specials:

- Requires minimum permissions
- Works completely offline
- Does not upload your tab lists to any server                    

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

Tên Save Tabs Save Tabs
ID ikpopifiapnnnoggbmhhnnaiiaehnfel
URL Chính Thức https://chromewebstore.google.com/detail/save-tabs/ikpopifiapnnnoggbmhhnnaiiaehnfel
Mô tả Save your opened tabs as json or plain text
Kích Thước Tệp 12.91 KB
Số Lần Cài Đặt 160
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2017-04-23
Ngày Phát Hành 2017-04-23
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển robeeeert
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/robeeeert/chrome-save-tabs
URL Trang Trợ Giúp https://github.com/robeeeert/chrome-save-tabs/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Tabs",
    "description": "Save your opened tabs as json or plain text",
    "version": "0.2.0",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}