tab2text

Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.

tab2text là gì?

tab2text là một tiện ích mở rộng Chrome được phát triển bởi mikhuang, và tính năng chính của nó là "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.".

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

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

                        Want to edit your currently opened tabs as plaintext? Now you can.

Usage ideas:

- Take existing list of tabs, copy it into your text editor, futz with it, then back into the browser
- Generate a list of URLs with text editor, application, whatever. Paste it in, open everything at once
- Sharing your currently opened tabs quickly in whatever application
- ???

Pro tip:

Add a keyboard shortcut to open the window quickly! Go to:

More Tools > Extensions > Keyboard Shortcuts (all the way on the bottom), and add something like Command+Ctrl+T                    

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

Tên tab2text tab2text
ID pkbpfddfoepjgmfmlafmdmhpiclhngih
URL Chính Thức https://chromewebstore.google.com/detail/tab2text/pkbpfddfoepjgmfmlafmdmhpiclhngih
Mô tả Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
Kích Thước Tệp 28.92 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-12-16
Ngày Phát Hành 2016-12-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mikhuang
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": 2,
    "name": "tab2text",
    "description": "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}