Box for tabs

This extension saves tabs for someday you need them.

Что такое Box for tabs?

Box for tabs - это расширение Chrome, разработанное https://lrednight.com, и его основная функция - "This extension saves tabs for someday you need them.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Box for tabs

Скачайте файлы расширений Box for tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Have you opened a lot of tabs and didn't have time to finish them before you have to close your computer? Use this extension to save tabs and reopen them whenever you want. You can also export your data and restore your tab boxes from a backup file.

Key features:

- Bookmark manager
- Material design                    

Основная информация о расширении

Название Box for tabs Box for tabs
ID llinjdlelnciefmjflikdndckffeohho
Официальный URL https://chromewebstore.google.com/detail/box-for-tabs/llinjdlelnciefmjflikdndckffeohho
Описание This extension saves tabs for someday you need them.
Размер файла 2.15 MB
Количество установок 19
Текущая Версия 0.9.2
Последнее Обновление 2015-04-23
Дата публикации 2015-04-23
Рейтинг 2.00/5 Всего 1 оценок
Разработчик https://lrednight.com
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Box for tabs",
    "description": "This extension saves tabs for someday you need them.",
    "version": "0.9.2",
    "browser_action": {
        "default_popup": "popup.build.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "imgs\/logo.38.png",
        "19": "imgs\/logo.38.png",
        "38": "imgs\/logo.38.png",
        "128": "imgs\/logo.128.png"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "index.build.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}