Tabnail

Tab manager with thumbnails

Cos'è Tabnail?

Tabnail è un'estensione di Chrome sviluppata da petamorikei, e la sua funzione principale è "Tab manager with thumbnails".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tabnail

Scarica i file di estensione Tabnail 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

                        Are you having trouble managing too many tabs?
Are you having trouble finding the tab you want?
This is a tab manager with thumbnails for those people.

■ Features
- Sort Tabs
- Change the size of thumbnails displayed
- Display the number of tabs (switchable between per window and total of all windows)                    

Informazioni di Base sull'Estensione

Nome Tabnail Tabnail
ID jnkboobnenfdgojabddbhncpncbfngfn
URL Ufficiale https://chromewebstore.google.com/detail/tabnail/jnkboobnenfdgojabddbhncpncbfngfn
Descrizione Tab manager with thumbnails
Dimensione del File 732 KB
Conteggio Installazioni 34
Versione Corrente 2.1.0
Ultimo Aggiornamento 2021-10-30
Data di Pubblicazione 2020-06-26
Sviluppatore petamorikei
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabnail",
    "description": "__MSG_description__",
    "version": "2.1.0",
    "default_locale": "ja",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "assets\/icons\/icon38.png"
        },
        "default_title": "popup",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+A",
                "mac": "Alt+A",
                "default": "Alt+A"
            }
        },
        "changeBadgeMode": {
            "suggested_key": {
                "windows": "Alt+C",
                "mac": "Alt+C",
                "default": "Alt+C"
            },
            "description": "__MSG_changeBadgeMode__"
        }
    },
    "icons": {
        "128": "assets\/icons\/icon128.png"
    }
}