Tab Timeout

This extension allows the user to set a timeout for the current tab to close

Co to jest Tab Timeout?

Tab Timeout to rozszerzenie Chrome opracowane przez brentengust, a jego główną funkcją jest „This extension allows the user to set a timeout for the current tab to close”.

Pobierz plik CRX rozszerzenia Tab Timeout

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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Tab Timeout Tab Timeout
ID ipfhphdnknhbgmndmfhefbcdcopplijj
Oficjalny URL https://chromewebstore.google.com/detail/tab-timeout/ipfhphdnknhbgmndmfhefbcdcopplijj
Opis This extension allows the user to set a timeout for the current tab to close
Rozmiar pliku 286 KB
Liczba instalacji 51
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-04-07
Data Publikacji 2018-04-07
Deweloper brentengust
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Timeout",
    "description": "This extension allows the user to set a timeout for the current tab to close",
    "version": "1.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "alarms"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}