Pin Unpin All

A button to pin or unpin all the tabs in the window.

Co to jest Pin Unpin All?

Pin Unpin All to rozszerzenie Chrome opracowane przez ev0lut1on, a jego główną funkcją jest „A button to pin or unpin all the tabs in the window.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pin Unpin All

Pobierz pliki rozszerzeń Pin Unpin All 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

                        Click the button to pin/unpin all tabs in the current window based on the state of the active tab.

For a keyboard shortcut go to: chrome://extensions/shortcuts.

Compatible with dark and light themes.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pin Unpin All Pin Unpin All
ID cpncfbofpjgdfpmdacbagkaoglmkhnne
Oficjalny URL https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne
Opis A button to pin or unpin all the tabs in the window.
Rozmiar pliku 9.72 KB
Liczba instalacji 3,246
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2023-12-11
Data Publikacji 2019-10-15
Ocena 4.93/5 Łącznie 14 Oceny
Deweloper ev0lut1on
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ev0lut1on.com
Adres URL Strony Pomocy https://ev0lut1on.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pin Unpin All",
    "version": "2.0",
    "action": [],
    "description": "A button to pin or unpin all the tabs in the window.",
    "icons": {
        "16": "Pin16.png",
        "24": "Pin24.png",
        "32": "Pin32.png",
        "48": "Pin48.png",
        "128": "Pin128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "short_name": "Pin Unpin All"
}