Panic Button
Hide all your tabs at once with one single button and restore them later.
Panic Buttonとは何ですか?
Panic Buttonはv2panicbuttonによって開発されたChromeの拡張機能で、その主な機能は「Hide all your tabs at once with one single button and restore them later.」です。
拡張機能のスクリーンショット
Panic Button拡張機能のCRXファイルをダウンロード
Panic Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to hide unnecessary tabs simply by clicking on the icon. And you will enjoy the browser window with only the tab you need 拡張機能の基本情報
| 名前 | |
| ID | jcoceojhbakdokccbmbdjdmbmfhfoahm |
| 公式URL | https://chromewebstore.google.com/detail/panic-button/jcoceojhbakdokccbmbdjdmbmfhfoahm |
| 説明 | Hide all your tabs at once with one single button and restore them later. |
| ファイルサイズ | 89.67 KB |
| インストール数 | 294 |
| 現在のバージョン | 1.6.1 |
| 最終更新日 | 2022-12-01 |
| 公開日 | 2022-12-01 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | v2panicbutton |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://buttonofpanic.com/ |
| ヘルプページのURL | https://buttonofpanic.com/privacy.html |
| プライバシーポリシーページのURL | https://buttonofpanic.com/privacy.html |
| 対応言語 | 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",
"storage",
"cookies"
],
"host_permissions": [
"*:\/\/buttonofpanic.com\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.6.1"
} | |