Open Tabs

Show open tabs

Что такое Open Tabs?

Open Tabs - это расширение Chrome, разработанное Syl, и его основная функция - "Show open tabs".

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

screenshot

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

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

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

                        This extension is open-source! Contribute on https://github.com/sylouuu/chrome-open-tabs

Show open tabs:

- Go to tab
- Close tab
- Reload tab
- Duplicate tab
- Pin/unpin tab
- Hide tab

The open tabs are updated in real time.

Changelog: https://github.com/sylouuu/chrome-open-tabs/releases                    

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

Название Open Tabs Open Tabs
ID cepfpldhbcfaklnnldhoaahgliijehap
Официальный URL https://chromewebstore.google.com/detail/open-tabs/cepfpldhbcfaklnnldhoaahgliijehap
Описание Show open tabs
Размер файла 34.91 KB
Количество установок 1,226
Текущая Версия 0.3.2
Последнее Обновление 2017-06-22
Дата публикации 2017-06-22
Рейтинг 3.75/5 Всего 12 оценок
Разработчик Syl
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/sylouuu/chrome-open-tabs
URL страницы помощи https://github.com/sylouuu/chrome-open-tabs/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Tabs",
    "version": "0.3.2",
    "description": "Show open tabs",
    "homepage_url": "https:\/\/github.com\/sylouuu\/chrome-open-tabs",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'",
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}