Panic Button
Hide all your tabs at once with one single button and restore them later.
Panic Button क्या है?
Panic Button sascha31072099 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide all your tabs at once with one single button and restore them later."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Panic Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Кнопка позволяет сворачивать все вкладки по клику на одну кнопку
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fkhhachafhebmohpmjlocpdlmffplnpf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/panic-button/fkhhachafhebmohpmjlocpdlmffplnpf |
विवरण | Hide all your tabs at once with one single button and restore them later. |
फ़ाइल का आकार | 87.95 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.5.0 |
अंतिम अपडेट | 2022-07-20 |
प्रकाशन तिथि | 2022-07-20 |
रेटिंग | 4.75/5 कुल 8 रेटिंग्स |
डेवलपर | sascha31072099 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } |