Tab Close Timer
Closes the tab after specified time!
Co to jest Tab Close Timer?
Tab Close Timer to rozszerzenie Chrome opracowane przez Aditya Mhatre, a jego główną funkcją jest „Closes the tab after specified time!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tab Close Timer
Pobierz pliki rozszerzeń Tab Close Timer 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
Watching YouTube videos for extended number of times and want to control it? Now you can with this extension. Simply enter the desired number of hours and minutes in the extension and click OK. The tab will automatically close after the set time.
Podstawowe informacje o rozszerzeniu
Nazwa | Tab Close Timer |
ID | fjcngjmpebbfdjpndmlbfoldgiinpfcf |
Oficjalny URL | https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf |
Opis | Closes the tab after specified time! |
Rozmiar pliku | 15.29 KB |
Liczba instalacji | 3,119 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-01-19 |
Data Publikacji | 2022-01-18 |
Ocena | 4.00/5 Łącznie 7 Oceny |
Deweloper | Aditya Mhatre |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Close Timer", "description": "Closes the tab after specified time!", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "alarms" ], "action": { "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" } } |