Export Tabs
Export the URL of all opened tabs to text
Что такое Export Tabs?
Export Tabs - это расширение Chrome, разработанное https://francotecnologia.com, и его основная функция - "Export the URL of all opened tabs to text".
Снимки экрана расширения
Скачать файл CRX расширения Export Tabs
Скачайте файлы расширений Export Tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Export Tabs |
ID | odafagokkafdbbeojliiojjmimakacil |
Официальный URL | https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil |
Описание | Export the URL of all opened tabs to text |
Размер файла | 15.57 KB |
Количество установок | 10,000 |
Текущая Версия | 1.2 |
Последнее Обновление | 2016-12-15 |
Дата публикации | 2016-12-15 |
Рейтинг | 4.49/5 Всего 67 оценок |
Разработчик | https://francotecnologia.com |
Тип оплаты | free |
Поддерживаемые языки | 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 } |