Pinned Tab Fix

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

Co to jest Pinned Tab Fix?

Pinned Tab Fix to rozszerzenie Chrome opracowane przez Kanon Lo, a jego główną funkcją jest „Set the active tab to the first non-pinned tab on startup.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pinned Tab Fix

Pobierz pliki rozszerzeń Pinned Tab Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pinned Tab Fix Pinned Tab Fix
ID mffimlmgjdeopdbkaplbphidfhkkceie
Oficjalny URL https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie
Opis Set the active tab to the first non-pinned tab on startup.
Rozmiar pliku 7.87 KB
Liczba instalacji 51
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2016-04-13
Data Publikacji 2016-04-13
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Kanon Lo
Typ Płatności free
Obsługiwane Języki 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"
}