Tab Manager (by shimomire)

This is a tool to manage tab that is currently open on a single screen.

Co to jest Tab Manager (by shimomire)?

Tab Manager (by shimomire) to rozszerzenie Chrome opracowane przez shimomire, a jego główną funkcją jest „This is a tool to manage tab that is currently open on a single screen.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tab Manager (by shimomire)

Pobierz pliki rozszerzeń Tab Manager (by shimomire) 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

                        Tab Manager proposes a new use of tabbed browsing.



The following functions are for and organizing quick search tab.

1.Tab screen manager can see multiple tabs at the same time.

2.Tab management with a Tab Manager Screen.

3.You can search tabs.

4.Proposal unnecessary tabs.

5.Display of closed tabs.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab Manager (by shimomire) Tab Manager (by shimomire)
ID lhnjllodihbcobjkppfbafclibgpofje
Oficjalny URL https://chromewebstore.google.com/detail/tab-manager-by-shimomire/lhnjllodihbcobjkppfbafclibgpofje
Opis This is a tool to manage tab that is currently open on a single screen.
Rozmiar pliku 260 KB
Liczba instalacji 783
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2012-11-23
Data Publikacji 2012-11-23
Ocena 3.83/5 Łącznie 12 Oceny
Deweloper shimomire
Typ Płatności free
Obsługiwane Języki en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}