tabby

A simple Chrome extension to reign in those with bad tabits.

Co to jest tabby?

tabby to rozszerzenie Chrome opracowane przez Emily Malec Brown, a jego główną funkcją jest „A simple Chrome extension to reign in those with bad tabits.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia tabby

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

                        This Chrome extension keeps track of your exact (same url), and soft (same hostname) tab duplicates and gives you the ability to quickly close them.

If you're feeling brave, you can also close all tabs at once, only retaining your current active tab and any pinned tabs.

The toolbar icon changes from a kitten to a pesky alert icon when your browsing is getting out of hand (in this version greater than 7 tabs), and also sounds a blowhorn.                    

Podstawowe informacje o rozszerzeniu

Nazwa tabby tabby
ID dplangmakkhocklhogiakliaegcgmdca
Oficjalny URL https://chromewebstore.google.com/detail/tabby/dplangmakkhocklhogiakliaegcgmdca
Opis A simple Chrome extension to reign in those with bad tabits.
Rozmiar pliku 1.4 MB
Liczba instalacji 14
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2016-10-06
Data Publikacji 2016-10-05
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Emily Malec Brown
Typ Płatności free
Strona Rozszerzenia https://github.com/emilymalecbrown/tabby
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tabby",
    "version": "2.0",
    "manifest_version": 2,
    "description": "A simple Chrome extension to reign in those with bad tabits.",
    "icons": {
        "128": ".\/img\/tabby_128.png",
        "16": ".\/img\/tabby_16.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "tabby"
    },
    "minimum_chrome_version": "18",
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/js\/app\/popup.js"
        ]
    }
}