Export Tabs

Export the URL of all opened tabs to text

Cos'è Export Tabs?

Export Tabs è un'estensione di Chrome sviluppata da https://francotecnologia.com, e la sua funzione principale è "Export the URL of all opened tabs to text".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Export Tabs

Scarica i file di estensione Export Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Export Tabs Export Tabs
ID odafagokkafdbbeojliiojjmimakacil
URL Ufficiale https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil
Descrizione Export the URL of all opened tabs to text
Dimensione del File 15.57 KB
Conteggio Installazioni 10,000
Versione Corrente 1.2
Ultimo Aggiornamento 2016-12-15
Data di Pubblicazione 2016-12-15
Valutazione 4.49/5 Totale 67 Valutazioni
Sviluppatore https://francotecnologia.com
Tipo di Pagamento free
Lingue Supportate 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
}