Agapa Session Manager
Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.
Что такое Agapa Session Manager?
Agapa Session Manager - это расширение Chrome, разработанное Agapa Studio, и его основная функция - "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.".
Снимки экрана расширения
Скачать файл CRX расширения Agapa Session Manager
Скачайте файлы расширений Agapa Session Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
With Agapa Session Manager you can save you current browser windows and tabs and restore them whenever you want. Supports multiple sessions, save session to file, import session from file.
Основная информация о расширении
Название | Agapa Session Manager |
ID | aadgbdmalhohalpcmahdjgapdohgpkha |
Официальный URL | https://chromewebstore.google.com/detail/agapa-session-manager/aadgbdmalhohalpcmahdjgapdohgpkha |
Описание | Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want. |
Размер файла | 25.54 KB |
Количество установок | 120 |
Текущая Версия | 1.0 |
Последнее Обновление | 2013-02-19 |
Дата публикации | 2013-02-19 |
Рейтинг | 2.80/5 Всего 5 оценок |
Разработчик | Agapa Studio |
Тип оплаты | free |
Официальный сайт расширения | http://www.agapastudio.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Agapa Session Manager", "version": "1.0", "manifest_version": 2, "description": "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icons\/icon_19.png", "default_title": "Agapa Session Manager", "default_popup": "main.html" }, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "tabs", "background" ] } |