Pin'em All

Allows user to pin all open tabs or to unpin all pinned tabs

Co to jest Pin'em All?

Pin'em All to rozszerzenie Chrome opracowane przez Uman, a jego główną funkcją jest „Allows user to pin all open tabs or to unpin all pinned tabs”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pin'em All

Pobierz pliki rozszerzeń Pin'em 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

                        Simple chrome extension adding pop-up menu which allows user to pin all open tabs or to unpin all currently pinned tabs with one button click.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pin'em All Pin'em All
ID flbdaephiokahpnlkglmfjocndjcpegl
Oficjalny URL https://chromewebstore.google.com/detail/pinem-all/flbdaephiokahpnlkglmfjocndjcpegl
Opis Allows user to pin all open tabs or to unpin all pinned tabs
Rozmiar pliku 17.13 KB
Liczba instalacji 397
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-09-16
Data Publikacji 2016-09-16
Ocena 4.75/5 Łącznie 8 Oceny
Deweloper Uman
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.umanski.me
Adres URL Strony Pomocy http://www.umanski.me
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pin'em All",
    "version": "1.0",
    "description": "Allows user to pin all open tabs or to unpin all pinned tabs",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/128.png",
            "48": "images\/48.png",
            "16": "images\/16.png"
        },
        "default_title": "Pin'em ALl",
        "default_popup": "popup.html"
    }
}