Panic Button

Hide all your tabs at once with one single button and restore them later.

Τι είναι το Panic Button;

Το Panic Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον v2panicbutton, και η κύρια λειτουργία του είναι "Hide all your tabs at once with one single button and restore them later.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Panic Button

Λήψη αρχείων επέκτασης 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Panic Button Panic Button
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
Ηλεκτρονικό ταχυδρομείο [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"
}