Tab Exporter
Export your open tabs into HTML links for sharing or later use
Что такое Tab Exporter?
Tab Exporter - это расширение Chrome, разработанное lonm, и его основная функция - "Export your open tabs into HTML links for sharing or later use".
Снимки экрана расширения
Скачать файл CRX расширения Tab Exporter
Скачайте файлы расширений Tab Exporter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Export your tabs for use in other applications
Основная информация о расширении
Название | Tab Exporter |
ID | nfplecfiodfcjnkkflgcgijnhhgglbgf |
Официальный URL | https://chromewebstore.google.com/detail/tab-exporter/nfplecfiodfcjnkkflgcgijnhhgglbgf |
Описание | Export your open tabs into HTML links for sharing or later use |
Размер файла | 14.73 KB |
Количество установок | 183 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2018-10-04 |
Дата публикации | 2018-10-04 |
Рейтинг | 2.00/5 Всего 1 оценок |
Разработчик | lonm |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/LonMcGregor/TabExporter |
URL страницы помощи | https://github.com/LonMcGregor/TabExporter |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.0.1", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "author": "L\u00e9on McGregor", "homepage_url": "https:\/\/github.com\/LonMcGregor\/TabExporter", "browser_action": { "default_icon": { "16": "16.png", "24": "24.png", "32": "32.png" }, "default_title": "__MSG_name__", "default_popup": "panel.html" }, "permissions": [ "tabs", "storage" ] } |