Numbered Tabs

Add a numeric prefix before the tab's title.

Cos'è Numbered Tabs?

Numbered Tabs è un'estensione di Chrome sviluppata da Narin Luangrath, e la sua funzione principale è "Add a numeric prefix before the tab's title.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Numbered Tabs

Scarica i file di estensione Numbered Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - 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                    

Informazioni di Base sull'Estensione

Nome Numbered Tabs Numbered Tabs
ID iocebdgkllilbhbekghlbpmhfeejgcgi
URL Ufficiale https://chromewebstore.google.com/detail/numbered-tabs/iocebdgkllilbhbekghlbpmhfeejgcgi
Descrizione Add a numeric prefix before the tab's title.
Dimensione del File 4 KB
Conteggio Installazioni 2,522
Versione Corrente 0.2.2
Ultimo Aggiornamento 2020-04-30
Data di Pubblicazione 2020-04-27
Valutazione 3.91/5 Totale 22 Valutazioni
Sviluppatore Narin Luangrath
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}