Sound Tab

Quickly switch to tabs that are making sounds

Τι είναι το Sound Tab;

Το Sound Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον grahamwglee, και η κύρια λειτουργία του είναι "Quickly switch to tabs that are making sounds".

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

screenshot

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

Λήψη αρχείων επέκτασης Sound Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Quickly switch to tabs that are making sounds by clicking the extension icon or by the shortcut Alt+Shift+S. If you are like me who usually have plenty of tabs open spread over several windows, it can be difficult to find which tab is playing sounds. You can now quickly jump to tabs that are making sounds with this extension!

If two or more tabs are playing sounds, the extension will cycle through all of those tabs with each press, so that you can filter out the sounds you don't need and keep on listening to the tabs you want to play!

The default shortcut is Alt+Shift+S. Keybindings can be edited through the "Keyboard Shortcut" menu at chrome://extensions/shortcuts


Icon created by Hamish from Noun Project                    

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

Όνομα Sound Tab Sound Tab
ID poheidbodnopapiohmaiicjljellfneg
Επίσημο URL https://chromewebstore.google.com/detail/sound-tab/poheidbodnopapiohmaiicjljellfneg
Περιγραφή Quickly switch to tabs that are making sounds
Μέγεθος Αρχείου 12.89 KB
Αριθμός Εγκαταστάσεων 754
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2018-07-07
Ημερομηνία Δημοσίευσης 2018-07-07
Αξιολόγηση 4.29/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής grahamwglee
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sound Tab",
    "version": "0.1",
    "description": "Quickly switch to tabs that are making sounds",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Switch to audible tab"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Switch to audible tab"
        }
    },
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}