Tab Close Timer

Closes the tab after specified time!

Wat is Tab Close Timer?

Tab Close Timer is een Chrome-extensie ontwikkeld door Aditya Mhatre, en de belangrijkste functie is "Closes the tab after specified time!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Close Timer

Download Tab Close Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tab Close Timer Tab Close Timer
ID fjcngjmpebbfdjpndmlbfoldgiinpfcf
Officiële URL https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf
Beschrijving Closes the tab after specified time!
Bestandsgrootte 15.29 KB
Aantal Installaties 3,119
Huidige Versie 1.0
Laatst Bijgewerkt 2022-01-19
Publicatiedatum 2022-01-18
Beoordeling 4.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Aditya Mhatre
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}