Tab Combine

Automaticlly combine tabs on the fly

Что такое Tab Combine?

Tab Combine - это расширение Chrome, разработанное dcohenb, и его основная функция - "Automaticlly combine tabs on the fly".

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

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

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

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

                        Are you a Chrome power user that opens millions of tabs at the same time and then you can't find them?

Tab Combine to the rescue!

This extension takes unused tabs and combines them into a nifty group.
One you click the group tab it will ungroup immediately.

No more spent time on looking for that one tab from 2 hours ago.                    

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

Название Tab Combine Tab Combine
ID kkhoclplmnhcmgeepaljkebgkdehanbk
Официальный URL https://chromewebstore.google.com/detail/tab-combine/kkhoclplmnhcmgeepaljkebgkdehanbk
Описание Automaticlly combine tabs on the fly
Размер файла 12.83 KB
Количество установок 118
Текущая Версия 1.0.8
Последнее Обновление 2018-03-24
Дата публикации 2018-03-24
Рейтинг 3.00/5 Всего 6 оценок
Разработчик dcohenb
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Combine",
    "manifest_version": 2,
    "short_name": "tab-combine",
    "description": "Automaticlly combine tabs on the fly",
    "version": "1.0.8",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "author": "Daniel Cohen ",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    }
}