Open Tabs

This extention helps you manage all open tabs on Chrome

Co to jest Open Tabs?

Open Tabs to rozszerzenie Chrome opracowane przez Gaurav Singh, a jego główną funkcją jest „This extention helps you manage all open tabs on Chrome”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Open Tabs

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

                        Open Tabs Chrome Extension helps you list of all open tabs in your Chrome Browser. You can click on the item to go to that tab else use button to close the tab without leaving your current page.

This extension will help users with lot of open tabs who find it hard to search for a particular tab among a large number of open tabs.                    

Podstawowe informacje o rozszerzeniu

Nazwa Open Tabs Open Tabs
ID oknojkefnapbaniiddklccemnekcfobm
Oficjalny URL https://chromewebstore.google.com/detail/open-tabs/oknojkefnapbaniiddklccemnekcfobm
Opis This extention helps you manage all open tabs on Chrome
Rozmiar pliku 37.51 KB
Liczba instalacji 536
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-10-09
Data Publikacji 2014-10-09
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper Gaurav Singh
Typ Płatności free
Adres URL Strony Pomocy https://twitter.com/sgaurav_baghel
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Tabs",
    "description": "This extention helps you manage all open tabs on Chrome",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "newtab.html"
    }
}