Tab Exporter

Export your open tabs into HTML links for sharing or later use

Tab Exporter là gì?

Tab Exporter là một tiện ích mở rộng Chrome được phát triển bởi lonm, và tính năng chính của nó là "Export your open tabs into HTML links for sharing or later use".

Ả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 Tab Exporter

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

                        Export your tabs for use in other applications                    

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

Tên Tab Exporter Tab Exporter
ID nfplecfiodfcjnkkflgcgijnhhgglbgf
URL Chính Thức https://chromewebstore.google.com/detail/tab-exporter/nfplecfiodfcjnkkflgcgijnhhgglbgf
Mô tả Export your open tabs into HTML links for sharing or later use
Kích Thước Tệp 14.73 KB
Số Lần Cài Đặt 183
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-10-04
Ngày Phát Hành 2018-10-04
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển lonm
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/LonMcGregor/TabExporter
URL Trang Trợ Giúp https://github.com/LonMcGregor/TabExporter
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "author": "L\u00e9on McGregor",
    "homepage_url": "https:\/\/github.com\/LonMcGregor\/TabExporter",
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "24": "24.png",
            "32": "32.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "panel.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}