Forever pinned

Allows you to open a set of pinned tabs when chrome starts up

Co to jest Forever pinned?

Forever pinned to rozszerzenie Chrome opracowane przez scottw.io, a jego główną funkcją jest „Allows you to open a set of pinned tabs when chrome starts up”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Forever pinned

Pobierz pliki rozszerzeń Forever pinned 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

                        Forever pinned allows you to define a list pinned tabs which will be created and pinned at startup. If you rely on pinned tabs you probably will have noticed that sometimes they can accidentally get closed while using Chrome, with Forever pinned this is no longer an issue.

• Open a list of pinned tabs on startup
• Option to reopen pinned tabs when a new window is create
• Remove any duplicate tabs created while using multiple windows                    

Podstawowe informacje o rozszerzeniu

Nazwa Forever pinned Forever pinned
ID nigigpmchbpkjjgncmpiggfnikllldlh
Oficjalny URL https://chromewebstore.google.com/detail/forever-pinned/nigigpmchbpkjjgncmpiggfnikllldlh
Opis Allows you to open a set of pinned tabs when chrome starts up
Rozmiar pliku 311 KB
Liczba instalacji 8,711
Aktualna Wersja 0.29
Ostatnia Aktualizacja 2019-02-02
Data Publikacji 2019-02-02
Ocena 3.92/5 Łącznie 38 Oceny
Deweloper scottw.io
Typ Płatności free
Strona Rozszerzenia http://www.scottw.io
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Forever pinned",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/q.js",
            "js\/lodash.js",
            "js\/startup.js"
        ]
    },
    "options_page": "options.html",
    "description": "Allows you to open a set of pinned tabs when chrome starts up",
    "version": "0.29",
    "browser_action": {
        "default_title": "Click to get restore Pinned Tabs!"
    }
}