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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" } |