Tabbie

The missing tab manager for Chrome

Что такое Tabbie?

Tabbie - это расширение Chrome, разработанное hharnisc, и его основная функция - "The missing tab manager for Chrome".

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

screenshot

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

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

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

                        The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use.                    

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

Название Tabbie Tabbie
ID aingjdeimmekeknhjcbnigfbfbboffeo
Официальный URL https://chromewebstore.google.com/detail/tabbie/aingjdeimmekeknhjcbnigfbfbboffeo
Описание The missing tab manager for Chrome
Размер файла 106 KB
Количество установок 3,107
Текущая Версия 0.4.1
Последнее Обновление 2017-03-19
Дата публикации 2017-03-19
Рейтинг 3.62/5 Всего 29 оценок
Разработчик hharnisc
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabbie",
    "short_name": "Tabbie",
    "description": "The missing tab manager for Chrome",
    "version": "0.4.1",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}