Tabnail

Tab manager with thumbnails

Co to jest Tabnail?

Tabnail to rozszerzenie Chrome opracowane przez petamorikei, a jego główną funkcją jest „Tab manager with thumbnails”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tabnail

Pobierz pliki rozszerzeń Tabnail 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

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Tabnail Tabnail
ID jnkboobnenfdgojabddbhncpncbfngfn
Oficjalny URL https://chromewebstore.google.com/detail/tabnail/jnkboobnenfdgojabddbhncpncbfngfn
Opis Tab manager with thumbnails
Rozmiar pliku 732 KB
Liczba instalacji 34
Aktualna Wersja 2.1.0
Ostatnia Aktualizacja 2021-10-30
Data Publikacji 2020-06-26
Deweloper petamorikei
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}