Panic Button
This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly
什麼是Panic Button?
Panic Button是由Picsweb開發的Chrome擴展程式,該擴展的主要功能是“This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly”。
擴展截圖
下載Panic Button擴展crx文件
下載Panic Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Panic Button |
ID | dahfdfbmdnopjjgeaaelhpolcpfolofa |
官方網址 | https://chromewebstore.google.com/detail/panic-button/dahfdfbmdnopjjgeaaelhpolcpfolofa |
簡介 | This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly |
檔案大小 | 13.36 KB |
安裝次數 | 23,264 |
目前版本 | 1.1 |
更新時間 | 2023-07-31 |
上架時間 | 2020-05-20 |
評分 | 2.07/5 共 29 次評分 |
開發者 | Picsweb |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |