Pin Last Tab

Make the last tab pinned

Co to jest Pin Last Tab?

Pin Last Tab to rozszerzenie Chrome opracowane przez ayayael12, a jego główną funkcją jest „Make the last tab pinned”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pin Last Tab

Pobierz pliki rozszerzeń Pin Last Tab 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

                        Use the context menu to pin the last tab                    

Podstawowe informacje o rozszerzeniu

Nazwa Pin Last Tab Pin Last Tab
ID lmhacemfmaapnkiehojbhmclmdnhjhfn
Oficjalny URL https://chromewebstore.google.com/detail/pin-last-tab/lmhacemfmaapnkiehojbhmclmdnhjhfn
Opis Make the last tab pinned
Rozmiar pliku 11.71 KB
Liczba instalacji 13,219
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-03-13
Data Publikacji 2015-03-13
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper ayayael12
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Make the last tab pinned",
    "version": "0.1",
    "name": "Pin Last Tab",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "resource\/script\/pinLast.js"
        ]
    },
    "icons": {
        "16": "resource\/images\/icon-16.png",
        "48": "resource\/images\/icon-48.png",
        "128": "resource\/images\/icon-128.png"
    }
}