Export Tabs

Export the URL of all opened tabs to text

Co to jest Export Tabs?

Export Tabs to rozszerzenie Chrome opracowane przez https://francotecnologia.com, a jego główną funkcją jest „Export the URL of all opened tabs to text”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Export Tabs

Pobierz pliki rozszerzeń Export Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Export Tabs Export Tabs
ID odafagokkafdbbeojliiojjmimakacil
Oficjalny URL https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil
Opis Export the URL of all opened tabs to text
Rozmiar pliku 15.57 KB
Liczba instalacji 10,000
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-12-15
Data Publikacji 2016-12-15
Ocena 4.49/5 Łącznie 67 Oceny
Deweloper https://francotecnologia.com
Typ Płatności free
Obsługiwane Języki 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
}