Mute Tabs

Allows you to mute and unmute all tabs with a click

什麼是Mute Tabs?

Mute Tabs是由Walter Heinz開發的Chrome擴展程式,該擴展的主要功能是“Allows you to mute and unmute all tabs with a click”。

擴展截圖

screenshot
screenshot
screenshot

下載Mute Tabs擴展crx文件

下載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.                    

擴展基本資訊

名稱 Mute Tabs Mute Tabs
ID flijakpnjdklhnlceokechmjabmgfije
官方網址 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"
}