Panic Button
Hide all your tabs at once with one single button and restore them later.
What is Panic Button?
Panic Button is a Chrome extension developed by sascha31072099, and its main feature is "Hide all your tabs at once with one single button and restore them later.".
Extension Screenshots
Download Panic Button Extension CRX File
Download Panic Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Кнопка позволяет сворачивать все вкладки по клику на одну кнопку
Extension Basic Information
Name | |
ID | fkhhachafhebmohpmjlocpdlmffplnpf |
Official URL | https://chrome.google.com/webstore/detail/panic-button/fkhhachafhebmohpmjlocpdlmffplnpf |
Description | Hide all your tabs at once with one single button and restore them later. |
File Size | 87.95 KB |
Installation Count | 1,000 |
Current Version | 1.5.0 |
Last Updated | 2022-07-20 |
Publish Date | 2022-07-20 |
Rating | 4.75/5 Total 8 Ratings |
Developer | sascha31072099 |
[email protected] | |
Payment Type | free |
Supported Languages | de,en,fr,nl,tr,es,it,pl,sv,el,sr,ru,uk,ar |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "img\/icon128-128.png" }, "default_title": "__MSG_defTitle__" }, "content_scripts": [ { "all_frames": true, "js": [ "main\/sekret.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "script-src": "self", "object-src": "self" }, "default_locale": "en", "description": "__MSG_extDescr__", "icons": { "128": "img\/icon128-128.png" }, "manifest_version": 3, "name": "__MSG_extName__", "permissions": [ "tabs", "bookmarks" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.0" } |