Open Tabs

When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.

Что такое Open Tabs?

Open Tabs - это расширение Chrome, разработанное opentabs, и его основная функция - "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.".

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

screenshot
screenshot
screenshot

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

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

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

                        Easiest way to manage your open tabs in Chrome. When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.                    

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

Название Open Tabs Open Tabs
ID anffifgedjhloingebbhadnfengmbapm
Официальный URL https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm
Описание When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
Размер файла 71.36 KB
Количество установок 109
Текущая Версия 0.1.4
Последнее Обновление 2014-08-23
Дата публикации 2014-08-23
Рейтинг 4.29/5 Всего 7 оценок
Разработчик opentabs
Тип оплаты free
Официальный сайт расширения https://twitter.com/myopentabs
URL страницы помощи https://twitter.com/myopentabs
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Tabs",
    "description": "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.",
    "version": "0.1.4",
    "incognito": "split",
    "icons": {
        "48": "opentabsfavicon48.ico",
        "128": "opentabsfavicon.ico"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "opentabs.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}