Export Tabs

Export the URL of all opened tabs to text

What is Export Tabs?

Export Tabs is a Chrome extension developed by https://francotecnologia.com, and its main feature is "Export the URL of all opened tabs to text".

Extension Screenshots

screenshot

Download Export Tabs Extension CRX File

Download Export Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Export Tabs Export Tabs
ID odafagokkafdbbeojliiojjmimakacil
Official URL https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil
Description Export the URL of all opened tabs to text
File Size 15.57 KB
Installation Count 10,000
Current Version 1.2
Last Updated 2016-12-15
Publish Date 2016-12-15
Rating 4.49/5 Total 67 Ratings
Developer https://francotecnologia.com
Payment Type free
Supported Languages 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
}