Panic Button
This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly
O que é Panic Button?
Panic Button é uma extensão do Chrome desenvolvida por Picsweb, e sua principal característica é "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Panic Button
Baixe arquivos de extensão Panic Button 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
Installing this chrome extension will add a close button in extension list. Pin the extension icon to the toolbar. If you have opened multiple tabs, click the extension icon to close all tabs instantly. Please share your feedback . This will help us to provide new features
Informações Básicas da Extensão
Nome | Panic Button |
ID | dahfdfbmdnopjjgeaaelhpolcpfolofa |
URL Oficial | https://chromewebstore.google.com/detail/panic-button/dahfdfbmdnopjjgeaaelhpolcpfolofa |
Descrição | This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly |
Tamanho do Arquivo | 13.36 KB |
Contagem de Instalações | 23,264 |
Versão Atual | 1.1 |
Última Atualização | 2023-07-31 |
Data de Publicação | 2020-05-20 |
Classificação | 2.07/5 Total de 29 Avaliações |
Desenvolvedor | Picsweb |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Panic Button", "description": "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly", "version": "1.1", "background": { "scripts": [ "back.js" ] }, "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" } } |