Numbered Tabs

Add a numeric prefix before the tab's title.

Co to jest Numbered Tabs?

Numbered Tabs to rozszerzenie Chrome opracowane przez Narin Luangrath, a jego główną funkcją jest „Add a numeric prefix before the tab's title.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Numbered Tabs

Pobierz pliki rozszerzeń Numbered Tabs 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 extension for people who use ⌘/ctrl +  to navigate between tabs.

- Adds a numeric prefix before the tab title (e.g. "4. YouTube")

- It's open source. Request features / bug fixes here: https://github.com/narinluangrath/numbered-tabs                    

Podstawowe informacje o rozszerzeniu

Nazwa Numbered Tabs Numbered Tabs
ID iocebdgkllilbhbekghlbpmhfeejgcgi
Oficjalny URL https://chromewebstore.google.com/detail/numbered-tabs/iocebdgkllilbhbekghlbpmhfeejgcgi
Opis Add a numeric prefix before the tab's title.
Rozmiar pliku 4 KB
Liczba instalacji 2,522
Aktualna Wersja 0.2.2
Ostatnia Aktualizacja 2020-04-30
Data Publikacji 2020-04-27
Ocena 3.91/5 Łącznie 22 Oceny
Deweloper Narin Luangrath
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Numbered Tabs",
    "version": "0.2.2",
    "description": "Add a numeric prefix before the tab's title.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        ""
    ]
}