Mute Tabs
This extension enables mute/unmute for all tabs in Google Chrome.
什么是Mute Tabs?
Mute Tabs是由ykushch开发的Chrome扩展程序,该扩展的主要功能是“This extension enables mute/unmute for all tabs in Google Chrome.”。
扩展截图
下载Mute Tabs扩展crx文件
下载Mute Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Muting and unmuting behavior will affect already opened and new tabs. I will appreciate for your proposals and bug reporting!
扩展基本信息
名称 | Mute Tabs |
ID | dmnijdnindlggpbphaokobmejlkmneip |
官方URL | https://chromewebstore.google.com/detail/mute-tabs/dmnijdnindlggpbphaokobmejlkmneip |
简介 | This extension enables mute/unmute for all tabs in Google Chrome. |
文件大小 | 40.94 KB |
安装次数 | 448 |
当前版本 | 1.2 |
更新时间 | 2016-01-05 |
上架时间 | 2016-01-05 |
评分 | 3.71/5 共14次评分 |
开发者 | ykushch |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Tabs", "version": "1.2", "description": "This extension enables mute\/unmute for all tabs in Google Chrome.", "icons": { "16": "images\/sound-16.png", "48": "images\/sound-48.png", "128": "images\/sound-128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/sound-19.png", "38": "images\/sound-38.png" }, "default_title": "Mute-Unmute" }, "permissions": [ "storage" ] } |