Panic Button
Hide all your tabs at once with one single button and restore them later.
Qu'est-ce que Panic Button ?
Panic Button est une extension Chrome développée par sascha31072099, et sa fonction principale est "Hide all your tabs at once with one single button and restore them later.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Panic Button
Téléchargez les fichiers d'extension Panic Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Кнопка позволяет сворачивать все вкладки по клику на одну кнопку
Informations de Base sur l'Extension
Nom | |
ID | fkhhachafhebmohpmjlocpdlmffplnpf |
URL Officiel | https://chrome.google.com/webstore/detail/panic-button/fkhhachafhebmohpmjlocpdlmffplnpf |
Description | Hide all your tabs at once with one single button and restore them later. |
Taille du Fichier | 87.95 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2022-07-20 |
Date de Publication | 2022-07-20 |
Évaluation | 4.75/5 Total 8 Évaluations |
Développeur | sascha31072099 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |