Mute Tabs
Allows you to mute and unmute all tabs with a click
Τι είναι το Mute Tabs;
Το Mute Tabs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Walter Heinz, και η κύρια λειτουργία του είναι "Allows you to mute and unmute all tabs with a click".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mute Tabs
Λήψη αρχείων επέκτασης Mute Tabs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Mute All Tabs Take back control of the audio experience with Mute All Tabs. This feature automatically mutes any audio from playing while browsing the web. Quickly mute tabs with keyboard shortcuts Keyboard shortcuts for muting tabs. Default setup: - Mute/Unmute current tab - Alt + Shift + M - Mute all except current one - Alt+Shift+N - Mute/Unmute all tabs - Alt + Shift + Comma Keybindings can be edited through the "Keyboard Shortcut" menu at the bottom right in the Chrome extension settings.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | flijakpnjdklhnlceokechmjabmgfije |
Επίσημο URL | https://chrome.google.com/webstore/detail/mute-tabs/flijakpnjdklhnlceokechmjabmgfije |
Περιγραφή | Allows you to mute and unmute all tabs with a click |
Μέγεθος Αρχείου | 24.75 KB |
Αριθμός Εγκαταστάσεων | 441 |
Τρέχουσα Έκδοση | 1.8.0.2 |
Τελευταία Ενημέρωση | 2019-07-14 |
Ημερομηνία Δημοσίευσης | 2019-07-11 |
Αξιολόγηση | 4.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Walter Heinz |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/sound_on_19.png", "38": "images\/sound_on_38.png" }, "default_title": "Mute-Unmute" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com; style-src 'self' ; connect-src *; object-src 'self' ", "description": "Allows you to mute and unmute all tabs with a click", "icons": { "16": "images\/sound_on_16.png", "48": "images\/sound_on_48.png", "128": "images\/sound_on_128.png" }, "manifest_version": 2, "name": "Mute Tabs", "permissions": [ "alarms", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs", "unlimitedStorage", "webRequest", "webRequestBlocking", "notifications" ], "version": "1.8.0.2" } |