Max Tabs

A small extension to limit the number of open tabs.

Co to jest Max Tabs?

Max Tabs to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „A small extension to limit the number of open tabs.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Max Tabs

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

                        Are you tired of too many open tabs? This handy extension helps you to limit the number of open tabs. It automatically closes the oldest and at least used tabs.                    

Podstawowe informacje o rozszerzeniu

Nazwa Max Tabs Max Tabs
ID ghhcibaghjbdjmnknknlnbobcblfcnma
Oficjalny URL https://chromewebstore.google.com/detail/max-tabs/ghhcibaghjbdjmnknknlnbobcblfcnma
Opis A small extension to limit the number of open tabs.
Rozmiar pliku 35.65 KB
Liczba instalacji 5,162
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2018-10-10
Data Publikacji 2018-10-10
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A small extension to limit the number of open tabs.",
    "version": "1.0.3",
    "name": "Max Tabs",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "management",
        "storage",
        "tabs"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}