Pinned Tab Fix

Set the active tab to the first non-pinned tab on startup.

Что такое Pinned Tab Fix?

Pinned Tab Fix - это расширение Chrome, разработанное Kanon Lo, и его основная функция - "Set the active tab to the first non-pinned tab on startup.".

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

screenshot

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

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

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

                        Sick of Chrome opening to your pinned tabs? This lightweight extension fixes that! Now Chrome will focus your first unpinned tab when you open the browser.                    

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

Название Pinned Tab Fix Pinned Tab Fix
ID mffimlmgjdeopdbkaplbphidfhkkceie
Официальный URL https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie
Описание Set the active tab to the first non-pinned tab on startup.
Размер файла 7.87 KB
Количество установок 51
Текущая Версия 1.0.0
Последнее Обновление 2016-04-13
Дата публикации 2016-04-13
Рейтинг 4.00/5 Всего 4 оценок
Разработчик Kanon Lo
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "author": "Kanon Lo",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Set the active tab to the first non-pinned tab on startup.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Pinned Tab Fix",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}