Export Tabs

Export the URL of all opened tabs to text

Export Tabs là gì?

Export Tabs là một tiện ích mở rộng Chrome được phát triển bởi https://francotecnologia.com, và tính năng chính của nó là "Export the URL of all opened tabs to text".

Ả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 Export Tabs

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

                        PORTUGUESE

Esta extensão foi criada para exportar a URL de todas as abas abertas, permitindo que sejam enviadas rapidamente por e-mail ou salvas num arquivo.

Também é possível fazer o processo inverso. Basta colar o texto salvo anteriormente na caixa de texto e clicar em 'Open'.

ENGLISH

This extension was created to generate a text with the URL of every opened tab to send by mail or save into text file (copy n paste). 

You can reopen by pasting the saved text into the text box.

Comments, bug reports and suggestions will be appreciated!

* The source code of this extension is based on Google Chrome Extension Examples.                    

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

Tên Export Tabs Export Tabs
ID odafagokkafdbbeojliiojjmimakacil
URL Chính Thức https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil
Mô tả Export the URL of all opened tabs to text
Kích Thước Tệp 15.57 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-12-15
Ngày Phát Hành 2016-12-15
Đánh Giá 4.49/5 Tổng số 67 Đánh Giá
Nhà Phát Triển https://francotecnologia.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Tabs",
    "version": "1.2",
    "description": "Export the URL of all opened tabs to text",
    "icons": {
        "16": "tabs_io.png",
        "48": "tabs_io_48.png",
        "128": "tabs_io_128.png"
    },
    "browser_action": {
        "default_icon": "tabs_io.png",
        "default_title": "Export Tabs",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}