Save Tabs
Save your opened tabs as json or plain text
Что такое Save Tabs?
Save Tabs - это расширение Chrome, разработанное robeeeert, и его основная функция - "Save your opened tabs as json or plain text".
Снимки экрана расширения
Скачать файл CRX расширения Save Tabs
Скачайте файлы расширений Save Tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Save Tabs is a chrome extension that allows saving all opened tabs to JSON or plain text.
Currently, it includes the following features:
- Save open tabs as JSON or plain text
- Optionally save the tabs from all open windows
- Optionally open the list in a new tab instead of saving it to a file
- Optionally change the file name
Specials:
- Requires minimum permissions
- Works completely offline
- Does not upload your tab lists to any server Основная информация о расширении
| Название | |
| ID | ikpopifiapnnnoggbmhhnnaiiaehnfel |
| Официальный URL | https://chromewebstore.google.com/detail/save-tabs/ikpopifiapnnnoggbmhhnnaiiaehnfel |
| Описание | Save your opened tabs as json or plain text |
| Размер файла | 12.91 KB |
| Количество установок | 160 |
| Текущая Версия | 0.2.0 |
| Последнее Обновление | 2017-04-23 |
| Дата публикации | 2017-04-23 |
| Рейтинг | 4.00/5 Всего 2 оценок |
| Разработчик | robeeeert |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/robeeeert/chrome-save-tabs |
| URL страницы помощи | https://github.com/robeeeert/chrome-save-tabs/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Save Tabs",
"description": "Save your opened tabs as json or plain text",
"version": "0.2.0",
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"tabs",
"storage"
]
} | |