Open Tabs

Show open tabs

Co to jest Open Tabs?

Open Tabs to rozszerzenie Chrome opracowane przez Syl, a jego główną funkcją jest „Show open tabs”.

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

                        This extension is open-source! Contribute on https://github.com/sylouuu/chrome-open-tabs

Show open tabs:

- Go to tab
- Close tab
- Reload tab
- Duplicate tab
- Pin/unpin tab
- Hide tab

The open tabs are updated in real time.

Changelog: https://github.com/sylouuu/chrome-open-tabs/releases                    

Podstawowe informacje o rozszerzeniu

Nazwa Open Tabs Open Tabs
ID cepfpldhbcfaklnnldhoaahgliijehap
Oficjalny URL https://chromewebstore.google.com/detail/open-tabs/cepfpldhbcfaklnnldhoaahgliijehap
Opis Show open tabs
Rozmiar pliku 34.91 KB
Liczba instalacji 1,226
Aktualna Wersja 0.3.2
Ostatnia Aktualizacja 2017-06-22
Data Publikacji 2017-06-22
Ocena 3.75/5 Łącznie 12 Oceny
Deweloper Syl
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/sylouuu/chrome-open-tabs
Adres URL Strony Pomocy https://github.com/sylouuu/chrome-open-tabs/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Tabs",
    "version": "0.3.2",
    "description": "Show open tabs",
    "homepage_url": "https:\/\/github.com\/sylouuu\/chrome-open-tabs",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'",
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}