Tabli

A simple, powerful tab manager

Co to jest Tabli?

Tabli to rozszerzenie Chrome opracowane przez https://gettabli.com, a jego główną funkcją jest „A simple, powerful tab manager”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tabli

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

                        Tabli is a free tab manager for Google Chrome that provides fast switching between windows and tabs and the ability to save and restore windows.

Tabli runs entirely as an extension in your browser. Tabli does not make any outbound data connections and does not send any data whatsoever to any external application, extension or cloud service.

You can learn more about Tabli on the Tabli web site (under "Additional Information")                    

Podstawowe informacje o rozszerzeniu

Nazwa Tabli Tabli
ID igeehkedfibbnhbfponhjjplpkeomghi
Oficjalny URL https://chromewebstore.google.com/detail/tabli/igeehkedfibbnhbfponhjjplpkeomghi
Opis A simple, powerful tab manager
Rozmiar pliku 2.55 MB
Liczba instalacji 62,081
Aktualna Wersja 2.1.2
Ostatnia Aktualizacja 2021-04-29
Data Publikacji 2020-03-29
Ocena 4.68/5 Łącznie 470 Oceny
Deweloper https://gettabli.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.gettabli.com/
Adres URL Strony Pomocy https://www.gettabli.com/tabli-usage.html
Adres URL Strony Polityki Prywatności https://www.gettabli.com/privacy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabli",
    "description": "A simple, powerful tab manager",
    "version": "2.1.2",
    "browser_action": {
        "default_icon": "images\/glyphicons_154_more_windows.png",
        "default_popup": "popup.html",
        "default_title": "Tabli"
    },
    "background": {
        "scripts": [
            "js\/common.bundle.js",
            "js\/bgHelper.bundle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "bookmarks",
        "chrome:\/\/favicon\/*"
    ],
    "icons": {
        "16": "images\/glyphicons_154_more_windows.png",
        "48": "images\/Multimedia-12-48.png",
        "128": "images\/Multimedia-12-128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "mac": "MacCtrl+Period"
            }
        },
        "show_popout": {
            "description": "Show the Tabli popout window",
            "global": true,
            "suggested_key": {
                "default": "Ctrl+Comma",
                "mac": "MacCtrl+Comma"
            }
        }
    }
}