Tab Close Timer
Closes the tab after specified time!
O que é Tab Close Timer?
Tab Close Timer é uma extensão do Chrome desenvolvida por Aditya Mhatre, e sua principal característica é "Closes the tab after specified time!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Close Timer
Baixe arquivos de extensão Tab Close Timer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Tab Close Timer |
ID | fjcngjmpebbfdjpndmlbfoldgiinpfcf |
URL Oficial | https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf |
Descrição | Closes the tab after specified time! |
Tamanho do Arquivo | 15.29 KB |
Contagem de Instalações | 3,119 |
Versão Atual | 1.0 |
Última Atualização | 2022-01-19 |
Data de Publicação | 2022-01-18 |
Classificação | 4.00/5 Total de 7 Avaliações |
Desenvolvedor | Aditya Mhatre |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |